Html Css Color HEX #5EB001 Christi

📋 copy color: '#5EB001'

red 94 ◦ green 176 ◦ blue 1

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

Shades of Christi #5EB001

Tints of Christi #5EB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.94%

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

R = 34.69%
G = 64.94%
B = 0.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#5EB001 (or 0x5EB001) is known color: Christi. HEX triplet: 5E, B0 and 01. RGB value is (94,176,1). Sum of RGB (Red+Green+Blue) = 94+176+1=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #5EB001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EB001 is #A14FFE. Grayscale: #848484. Windows color (decimal): -10571775 or 110686. OLE color: 110686.

HSL color Cylindrical-coordinate representation of color #5EB001: hue angle of 88.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EB001 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 176 1 -
CMYK 0.47 0 0.99 0.31
HSL 88.11º 0.99% 0.35% -
HSV(B) 88.11º 0.99% 0.69% -
XYZ 20.15 33.43 5.42 -
YUV 131.53 54.33 101.23 -
System Red Green Blue C M Y K H S L
Decimal 94 176 1 0.47 0 0.99 0.31 88.11 0.99 0.35
Hex 5E B0 1 2F 0 63 1F 58 63 23
Octal 136 260 1 57 0 143 37 130 143 43
Binary 1011110 10110000 1 101111 0 1100011 11111 1011000 1100011 100011

Color Harmonies of #5EB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB001

Black with #5EB001

Text Example


Text Example

White with #5EB001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,176,1); }

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

background-color css

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

 a { background-color: rgb(94,176,1); }

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

border-color css

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

 span { border-color: rgb(94,176,1); }

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