#75E814

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

Shades of Lawn Green #75E814

Tints of Lawn Green #75E814

Color information

#75E814 (or 0x75E814) is unknown color: approx Lawn Green. HEX triplet: 75, E8 and 14. RGB value is (117,232,20). Sum of RGB (Red+Green+Blue) = 117+232+20=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #75E814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E814 is #8A17EB. Grayscale: #AEAEAE. Windows color (decimal): -9050092 or 1370229. OLE color: 1370229.

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

Color convert

RGB11723220-
CMYK0.5000.910.09
HSL92.55º84.13%49.41%-
HSV(B)92.55º91.38%90.98%-
XYZ36.3261.5510.63-
YUV173.4541.487.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 232 (91.02% from 255) = 62.87%
BLUE value IS 20 (8.20% from 255) = 5.42%
R=31.71%
G=62.87%
B=5.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117232200.5000.910.0992.5584.1349.41
Hex75E8143205B95d5431
Octal165350246201331113512461
Binary1110101111010001010011001001011011100110111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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