Html Css Color HEX #75DF12 Lawn Green

📋 copy color: '#75DF12'

red 117 ◦ green 223 ◦ blue 18

#75DF12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #75DF12

Tints of Lawn Green #75DF12

RGB

 RED value IS 117 (46.09% from 255) = 32.68%

 GREEN value IS 223 (87.5% from 255) = 62.29%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 32.68%
G = 62.29%
B = 5.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#75DF12 (or 0x75DF12) is known color: Lawn Green. HEX triplet: 75, DF and 12. RGB value is (117,223,18). Sum of RGB (Red+Green+Blue) = 117+223+18=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF12 is #8A20ED. Grayscale: #A8A8A8. Windows color (decimal): -9052398 or 1236853. OLE color: 1236853.

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

Color convert

RGB 117 223 18 -
CMYK 0.48 0 0.92 0.13
HSL 91.02º 0.85% 0.47% -
HSV(B) 91.02º 0.92% 0.87% -
XYZ 33.83 56.6 9.71 -
YUV 167.94 43.38 91.67 -
System Red Green Blue C M Y K H S L
Decimal 117 223 18 0.48 0 0.92 0.13 91.02 0.85 0.47
Hex 75 DF 12 30 0 5C D 5B 55 2F
Octal 165 337 22 60 0 134 15 133 125 57
Binary 1110101 11011111 10010 110000 0 1011100 1101 1011011 1010101 101111

Color Harmonies of #75DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF12

Black with #75DF12

Text Example


Text Example

White with #75DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75DF12;
 }
 .AnyTagClassName
 {
   color: #75DF12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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