#75ED0C

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

Shades of Lawn Green #75ED0C

Tints of Lawn Green #75ED0C

Color information

#75ED0C (or 0x75ED0C) is unknown color: approx Lawn Green. HEX triplet: 75, ED and 0C. RGB value is (117,237,12). Sum of RGB (Red+Green+Blue) = 117+237+12=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 237 (92.97% from 255 or 64.75% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 237 - color contains mainly: green. Hex color #75ED0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75ED0C is #8A12F3. Grayscale: #B0B0B0. Windows color (decimal): -9048820 or 847221. OLE color: 847221.

HSL color Cylindrical-coordinate representation of color #75ED0C: hue angle of 92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75ED0C is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB11723712-
CMYK0.5100.950.07
HSL92º90.36%48.82%-
HSV(B)92º94.94%92.94%-
XYZ37.6964.3810.79-
YUV175.4735.7486.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 237 (92.97% from 255) = 64.75%
BLUE value IS 12 (5.08% from 255) = 3.28%
R=31.97%
G=64.75%
B=3.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117237120.5100.950.079290.3648.82
Hex75EDC3305F75c5a31
Octal16535514630137713413261
Binary11101011110110111001100110101111111110111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ED0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,12); }

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

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

 a { background-color: rgb(117,237,12); }

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

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

 span { border-color: rgb(117,237,12); }

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