#75DF0D

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

Shades of Lawn Green #75DF0D

Tints of Lawn Green #75DF0D

Color information

#75DF0D (or 0x75DF0D) is unknown color: approx Lawn Green. HEX triplet: 75, DF and 0D. RGB value is (117,223,13). Sum of RGB (Red+Green+Blue) = 117+223+13=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 223 (87.5% from 255 or 63.17% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF0D is #8A20F2. Grayscale: #A8A8A8. Windows color (decimal): -9052403 or 909173. OLE color: 909173.

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

Color convert

RGB11722313-
CMYK0.4800.940.13
HSL90.29º88.98%46.27%-
HSV(B)90.29º94.17%87.45%-
XYZ33.856.599.52-
YUV167.3740.8892.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 223 (87.5% from 255) = 63.17%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=33.14%
G=63.17%
B=3.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117223130.4800.940.1390.2988.9846.27
Hex75DFD3005ED5a592e
Octal165337156001361513213156
Binary111010111011111110111000001011110110110110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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