Html Css Color HEX #5EA900 Christi

📋 copy color: '#5EA900'

red 94 ◦ green 169 ◦ blue 0

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

Shades of Christi #5EA900

Tints of Christi #5EA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 64.26%

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

R = 35.74%
G = 64.26%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#5EA900 (or 0x5EA900) is known color: Christi. HEX triplet: 5E, A9 and 00. RGB value is (94,169,0). Sum of RGB (Red+Green+Blue) = 94+169+0=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA900 is #A156FF. Grayscale: #7F7F7F. Windows color (decimal): -10573568 or 43358. OLE color: 43358.

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

Color convert

RGB 94 169 0 -
CMYK 0.44 0 1 0.34
HSL 86.63º 1% 0.33% -
HSV(B) 86.63º 1% 0.66% -
XYZ 18.8 30.76 4.95 -
YUV 127.31 56.15 104.24 -
System Red Green Blue C M Y K H S L
Decimal 94 169 0 0.44 0 1 0.34 86.63 1 0.33
Hex 5E A9 0 2C 0 64 22 57 64 21
Octal 136 251 0 54 0 144 42 127 144 41
Binary 1011110 10101001 0 101100 0 1100100 100010 1010111 1100100 100001

Color Harmonies of #5EA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA900

Black with #5EA900

Text Example


Text Example

White with #5EA900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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