Html Css Color HEX #5EAA00 Christi

📋 copy color: '#5EAA00'

red 94 ◦ green 170 ◦ blue 0

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

Shades of Christi #5EAA00

Tints of Christi #5EAA00

RGB

 RED value IS 94 (37.11% from 255) = 35.61%

 GREEN value IS 170 (66.8% from 255) = 64.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.61%
G = 64.39%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#5EAA00 (or 0x5EAA00) is known color: Christi. HEX triplet: 5E, AA and 00. RGB value is (94,170,0). Sum of RGB (Red+Green+Blue) = 94+170+0=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAA00 is #A155FF. Grayscale: #808080. Windows color (decimal): -10573312 or 43614. OLE color: 43614.

HSL color Cylindrical-coordinate representation of color #5EAA00: hue angle of 86.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EAA00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 0 -
CMYK 0.45 0 1 0.33
HSL 86.82º 1% 0.33% -
HSV(B) 86.82º 1% 0.67% -
XYZ 18.99 31.13 5.01 -
YUV 127.9 55.82 103.82 -
System Red Green Blue C M Y K H S L
Decimal 94 170 0 0.45 0 1 0.33 86.82 1 0.33
Hex 5E AA 0 2D 0 64 21 57 64 21
Octal 136 252 0 55 0 144 41 127 144 41
Binary 1011110 10101010 0 101101 0 1100100 100001 1010111 1100100 100001

Color Harmonies of #5EAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA00

Black with #5EAA00

Text Example


Text Example

White with #5EAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EAA00; }

 p { color: rgb(94,170,0); }

 H1.HeaderClassName
 {
   color: #5EAA00;
 }
 .AnyTagClassName
 {
   color: #5EAA00;
 }
</style>

background-color css

<style>
 a { background-color: #5EAA00; }

 a { background-color: rgb(94,170,0); }

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

border-color css

<style>
 span { border-color: #5EAA00; }

 span { border-color: rgb(94,170,0); }

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