Html Css Color HEX #5DAD01 Christi

📋 copy color: '#5DAD01'

red 93 ◦ green 173 ◦ blue 1

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

Shades of Christi #5DAD01

Tints of Christi #5DAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 64.79%

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

R = 34.83%
G = 64.79%
B = 0.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#5DAD01 (or 0x5DAD01) is known color: Christi. HEX triplet: 5D, AD and 01. RGB value is (93,173,1). Sum of RGB (Red+Green+Blue) = 93+173+1=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAD01 is #A252FE. Grayscale: #828282. Windows color (decimal): -10638079 or 109917. OLE color: 109917.

HSL color Cylindrical-coordinate representation of color #5DAD01: hue angle of 87.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DAD01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 173 1 -
CMYK 0.46 0 0.99 0.32
HSL 87.91º 0.99% 0.34% -
HSV(B) 87.91º 0.99% 0.68% -
XYZ 19.46 32.22 5.22 -
YUV 129.47 55.5 101.99 -
System Red Green Blue C M Y K H S L
Decimal 93 173 1 0.46 0 0.99 0.32 87.91 0.99 0.34
Hex 5D AD 1 2E 0 63 20 58 63 22
Octal 135 255 1 56 0 143 40 130 143 42
Binary 1011101 10101101 1 101110 0 1100011 100000 1011000 1100011 100010

Color Harmonies of #5DAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD01

Black with #5DAD01

Text Example


Text Example

White with #5DAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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