#75F540

Color #75F540 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #75F540

Tints of Screamin' Green #75F540

Color information

#75F540 (or 0x75F540) is unknown color: approx Screamin' Green. HEX triplet: 75, F5 and 40. RGB value is (117,245,64). Sum of RGB (Red+Green+Blue) = 117+245+64=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #75F540 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F540 is #8A0ABF. Grayscale: #BABABA. Windows color (decimal): -9046720 or 4257141. OLE color: 4257141.

HSL color Cylindrical-coordinate representation of color #75F540: hue angle of 102.43º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75F540 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB11724564-
CMYK0.5200.740.04
HSL102.43º90.05%60.59%-
HSV(B)102.43º73.88%96.08%-
XYZ40.9169.4616.1-
YUV186.0959.0978.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 245 (96.09% from 255) = 57.51%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=27.46%
G=57.51%
B=15.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal117245640.5200.740.04102.4390.0560.59
Hex75F5403404A4665a3d
Octal165365100640112414613275
Binary11101011111010110000001101000100101010011001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75F540; }

 p { color: rgb(117,245,64); }

 H1.HeaderClassName
 {
   color: #75F540;
 }
 .AnyTagClassName
 {
   color: #75F540;
 }
</style>
background-color css

<style>
 a { background-color: #75F540; }

 a { background-color: rgb(117,245,64); }

 div.DivClassName
 {
   background-color: #75F540;
 }
 .BgClassName
 {
   background-color: #75F540;
 }
</style>
border-color css

<style>
 span { border-color: #75F540; }

 span { border-color: rgb(117,245,64); }

 td.TdClassName
 {
   border-color: #75F540;
 }
 .TagClassName
 {
   border-color: #75F540;
 }
</style>