#75DF05

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

Shades of Lawn Green #75DF05

Tints of Lawn Green #75DF05

Color information

#75DF05 (or 0x75DF05) is unknown color: approx Lawn Green. HEX triplet: 75, DF and 05. RGB value is (117,223,5). Sum of RGB (Red+Green+Blue) = 117+223+5=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF05 is #8A20FA. Grayscale: #A7A7A7. Windows color (decimal): -9052411 or 384885. OLE color: 384885.

HSL color Cylindrical-coordinate representation of color #75DF05: hue angle of 89.17º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75DF05 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB1172235-
CMYK0.4800.980.13
HSL89.17º95.61%44.71%-
HSV(B)89.17º97.76%87.45%-
XYZ33.7556.579.28-
YUV166.4536.8892.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 223 (87.5% from 255) = 64.64%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=33.91%
G=64.64%
B=1.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11722350.4800.980.1389.1795.6144.71
Hex75DF530062D59602d
Octal16533756001421513114055
Binary11101011101111110111000001100010110110110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,5); }

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

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

 a { background-color: rgb(117,223,5); }

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

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

 span { border-color: rgb(117,223,5); }

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