Html Css Color HEX #75DA0C Lawn Green

📋 copy color: '#75DA0C'

red 117 ◦ green 218 ◦ blue 12

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

Shades of Lawn Green #75DA0C

Tints of Lawn Green #75DA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.82%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 33.72%
G = 62.82%
B = 3.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#75DA0C (or 0x75DA0C) is known color: Lawn Green. HEX triplet: 75, DA and 0C. RGB value is (117,218,12). Sum of RGB (Red+Green+Blue) = 117+218+12=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DA0C is #8A25F3. Grayscale: #A5A5A5. Windows color (decimal): -9053684 or 842357. OLE color: 842357.

HSL color Cylindrical-coordinate representation of color #75DA0C: hue angle of 89.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75DA0C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 12 -
CMYK 0.46 0 0.94 0.15
HSL 89.42º 0.9% 0.45% -
HSV(B) 89.42º 0.94% 0.85% -
XYZ 32.47 53.95 9.05 -
YUV 164.32 42.04 94.25 -
System Red Green Blue C M Y K H S L
Decimal 117 218 12 0.46 0 0.94 0.15 89.42 0.9 0.45
Hex 75 DA C 2E 0 5E F 59 5A 2D
Octal 165 332 14 56 0 136 17 131 132 55
Binary 1110101 11011010 1100 101110 0 1011110 1111 1011001 1011010 101101

Color Harmonies of #75DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA0C

Black with #75DA0C

Text Example


Text Example

White with #75DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,12); }

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

background-color css

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

 a { background-color: rgb(117,218,12); }

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

border-color css

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

 span { border-color: rgb(117,218,12); }

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