Html Css Color HEX #75EF0C Lawn Green

📋 copy color: '#75EF0C'

red 117 ◦ green 239 ◦ blue 12

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

Shades of Lawn Green #75EF0C

Tints of Lawn Green #75EF0C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.95%

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

R = 31.79%
G = 64.95%
B = 3.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#75EF0C (or 0x75EF0C) is known color: Lawn Green. HEX triplet: 75, EF and 0C. RGB value is (117,239,12). Sum of RGB (Red+Green+Blue) = 117+239+12=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 239 (93.75% from 255 or 64.95% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EF0C is #8A10F3. Grayscale: #B1B1B1. Windows color (decimal): -9048308 or 847733. OLE color: 847733.

HSL color Cylindrical-coordinate representation of color #75EF0C: hue angle of 92.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75EF0C is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 239 12 -
CMYK 0.51 0 0.95 0.06
HSL 92.25º 0.9% 0.49% -
HSV(B) 92.25º 0.95% 0.94% -
XYZ 38.27 65.54 10.98 -
YUV 176.64 35.08 85.46 -
System Red Green Blue C M Y K H S L
Decimal 117 239 12 0.51 0 0.95 0.06 92.25 0.9 0.49
Hex 75 EF C 33 0 5F 6 5C 5A 31
Octal 165 357 14 63 0 137 6 134 132 61
Binary 1110101 11101111 1100 110011 0 1011111 110 1011100 1011010 110001

Color Harmonies of #75EF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EF0C

Black with #75EF0C

Text Example


Text Example

White with #75EF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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