Html Css Color HEX #75D50C Lawn Green

📋 copy color: '#75D50C'

red 117 ◦ green 213 ◦ blue 12

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

Shades of Lawn Green #75D50C

Tints of Lawn Green #75D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.28%

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

R = 34.21%
G = 62.28%
B = 3.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#75D50C (or 0x75D50C) is known color: Lawn Green. HEX triplet: 75, D5 and 0C. RGB value is (117,213,12). Sum of RGB (Red+Green+Blue) = 117+213+12=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #75D50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D50C is #8A2AF3. Grayscale: #A2A2A2. Windows color (decimal): -9054964 or 841077. OLE color: 841077.

HSL color Cylindrical-coordinate representation of color #75D50C: hue angle of 88.66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75D50C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 12 -
CMYK 0.45 0 0.94 0.16
HSL 88.66º 0.89% 0.44% -
HSV(B) 88.66º 0.94% 0.84% -
XYZ 31.2 51.4 8.62 -
YUV 161.38 43.7 96.34 -
System Red Green Blue C M Y K H S L
Decimal 117 213 12 0.45 0 0.94 0.16 88.66 0.89 0.44
Hex 75 D5 C 2D 0 5E 10 59 59 2C
Octal 165 325 14 55 0 136 20 131 131 54
Binary 1110101 11010101 1100 101101 0 1011110 10000 1011001 1011001 101100

Color Harmonies of #75D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D50C

Black with #75D50C

Text Example


Text Example

White with #75D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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