Html Css Color HEX #5DA601 Christi

📋 copy color: '#5DA601'

red 93 ◦ green 166 ◦ blue 1

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

Shades of Christi #5DA601

Tints of Christi #5DA601

RGB

 RED value IS 93 (36.72% from 255) = 35.77%

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

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

R = 35.77%
G = 63.85%
B = 0.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#5DA601 (or 0x5DA601) is known color: Christi. HEX triplet: 5D, A6 and 01. RGB value is (93,166,1). Sum of RGB (Red+Green+Blue) = 93+166+1=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA601 is #A259FE. Grayscale: #7D7D7D. Windows color (decimal): -10639871 or 108125. OLE color: 108125.

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

Color convert

RGB 93 166 1 -
CMYK 0.44 0 0.99 0.35
HSL 86.55º 0.99% 0.33% -
HSV(B) 86.55º 0.99% 0.65% -
XYZ 18.16 29.6 4.79 -
YUV 125.36 57.82 104.92 -
System Red Green Blue C M Y K H S L
Decimal 93 166 1 0.44 0 0.99 0.35 86.55 0.99 0.33
Hex 5D A6 1 2C 0 63 23 57 63 21
Octal 135 246 1 54 0 143 43 127 143 41
Binary 1011101 10100110 1 101100 0 1100011 100011 1010111 1100011 100001

Color Harmonies of #5DA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA601

Black with #5DA601

Text Example


Text Example

White with #5DA601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,1); }

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

background-color css

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

 a { background-color: rgb(93,166,1); }

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

border-color css

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

 span { border-color: rgb(93,166,1); }

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