Html Css Color HEX #5EAF01 Christi

📋 copy color: '#5EAF01'

red 94 ◦ green 175 ◦ blue 1

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

Shades of Christi #5EAF01

Tints of Christi #5EAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.81%

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

R = 34.81%
G = 64.81%
B = 0.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#5EAF01 (or 0x5EAF01) is known color: Christi. HEX triplet: 5E, AF and 01. RGB value is (94,175,1). Sum of RGB (Red+Green+Blue) = 94+175+1=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAF01 is #A150FE. Grayscale: #838383. Windows color (decimal): -10572031 or 110430. OLE color: 110430.

HSL color Cylindrical-coordinate representation of color #5EAF01: hue angle of 87.93º 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 #5EAF01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 1 -
CMYK 0.46 0 0.99 0.31
HSL 87.93º 0.99% 0.35% -
HSV(B) 87.93º 0.99% 0.69% -
XYZ 19.95 33.04 5.35 -
YUV 130.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 94 175 1 0.46 0 0.99 0.31 87.93 0.99 0.35
Hex 5E AF 1 2E 0 63 1F 58 63 23
Octal 136 257 1 56 0 143 37 130 143 43
Binary 1011110 10101111 1 101110 0 1100011 11111 1011000 1100011 100011

Color Harmonies of #5EAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF01

Black with #5EAF01

Text Example


Text Example

White with #5EAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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