#75E414

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

Shades of Lawn Green #75E414

Tints of Lawn Green #75E414

Color information

#75E414 (or 0x75E414) is unknown color: approx Lawn Green. HEX triplet: 75, E4 and 14. RGB value is (117,228,20). Sum of RGB (Red+Green+Blue) = 117+228+20=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #75E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E414 is #8A1BEB. Grayscale: #ABABAB. Windows color (decimal): -9051116 or 1369205. OLE color: 1369205.

HSL color Cylindrical-coordinate representation of color #75E414: hue angle of 92.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75E414 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB11722820-
CMYK0.4900.910.11
HSL92.02º83.87%48.63%-
HSV(B)92.02º91.23%89.41%-
XYZ35.2159.3210.26-
YUV171.142.7389.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 228 (89.45% from 255) = 62.47%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=32.05%
G=62.47%
B=5.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117228200.4900.910.1192.0283.8748.63
Hex75E4143105BB5c5431
Octal165344246101331313412461
Binary1110101111001001010011000101011011101110111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,20); }

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

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

 a { background-color: rgb(117,228,20); }

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

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

 span { border-color: rgb(117,228,20); }

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