Html Css Color HEX #75E801 Lawn Green

📋 copy color: '#75E801'

red 117 ◦ green 232 ◦ blue 1

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

Shades of Lawn Green #75E801

Tints of Lawn Green #75E801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 66.29%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 33.43%
G = 66.29%
B = 0.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#75E801 (or 0x75E801) is known color: Lawn Green. HEX triplet: 75, E8 and 01. RGB value is (117,232,1). Sum of RGB (Red+Green+Blue) = 117+232+1=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 232 (91.02% from 255 or 66.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 232 - color contains mainly: green. Hex color #75E801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E801 is #8A17FE. Grayscale: #ACACAC. Windows color (decimal): -9050111 or 125045. OLE color: 125045.

HSL color Cylindrical-coordinate representation of color #75E801: hue angle of 89.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75E801 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 232 1 -
CMYK 0.50 0 1.00 0.09
HSL 89.87º 0.99% 0.46% -
HSV(B) 89.87º 1% 0.91% -
XYZ 36.2 61.5 9.99 -
YUV 171.28 31.9 89.28 -
System Red Green Blue C M Y K H S L
Decimal 117 232 1 0.50 0 1.00 0.09 89.87 0.99 0.46
Hex 75 E8 1 32 0 64 9 5A 63 2E
Octal 165 350 1 62 0 144 11 132 143 56
Binary 1110101 11101000 1 110010 0 1100100 1001 1011010 1100011 101110

Color Harmonies of #75E801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E801

Black with #75E801

Text Example


Text Example

White with #75E801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,232,1); }

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

background-color css

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

 a { background-color: rgb(117,232,1); }

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

border-color css

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

 span { border-color: rgb(117,232,1); }

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