Html Css Color HEX #75DF0C Lawn Green

📋 copy color: '#75DF0C'

red 117 ◦ green 223 ◦ blue 12

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

Shades of Lawn Green #75DF0C

Tints of Lawn Green #75DF0C

RGB

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

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

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

R = 33.24%
G = 63.35%
B = 3.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#75DF0C (or 0x75DF0C) is known color: Lawn Green. HEX triplet: 75, DF and 0C. RGB value is (117,223,12). Sum of RGB (Red+Green+Blue) = 117+223+12=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DF0C is #8A20F3. Grayscale: #A7A7A7. Windows color (decimal): -9052404 or 843637. OLE color: 843637.

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

Color convert

RGB 117 223 12 -
CMYK 0.48 0 0.95 0.13
HSL 90.14º 0.9% 0.46% -
HSV(B) 90.14º 0.95% 0.87% -
XYZ 33.79 56.58 9.49 -
YUV 167.25 40.38 92.16 -
System Red Green Blue C M Y K H S L
Decimal 117 223 12 0.48 0 0.95 0.13 90.14 0.9 0.46
Hex 75 DF C 30 0 5F D 5A 5A 2E
Octal 165 337 14 60 0 137 15 132 132 56
Binary 1110101 11011111 1100 110000 0 1011111 1101 1011010 1011010 101110

Color Harmonies of #75DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF0C

Black with #75DF0C

Text Example


Text Example

White with #75DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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