Html Css Color HEX #5EA600 Christi

📋 copy color: '#5EA600'

red 94 ◦ green 166 ◦ blue 0

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

Shades of Christi #5EA600

Tints of Christi #5EA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.85%

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

R = 36.15%
G = 63.85%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#5EA600 (or 0x5EA600) is known color: Christi. HEX triplet: 5E, A6 and 00. RGB value is (94,166,0). Sum of RGB (Red+Green+Blue) = 94+166+0=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA600 is #A159FF. Grayscale: #7E7E7E. Windows color (decimal): -10574336 or 42590. OLE color: 42590.

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

Color convert

RGB 94 166 0 -
CMYK 0.43 0 1 0.35
HSL 86.02º 1% 0.33% -
HSV(B) 86.02º 1% 0.65% -
XYZ 18.25 29.65 4.76 -
YUV 125.55 57.15 105.5 -
System Red Green Blue C M Y K H S L
Decimal 94 166 0 0.43 0 1 0.35 86.02 1 0.33
Hex 5E A6 0 2B 0 64 23 56 64 21
Octal 136 246 0 53 0 144 43 126 144 41
Binary 1011110 10100110 0 101011 0 1100100 100011 1010110 1100100 100001

Color Harmonies of #5EA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA600

Black with #5EA600

Text Example


Text Example

White with #5EA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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