Html Css Color HEX #5DAB00 Christi

📋 copy color: '#5DAB00'

red 93 ◦ green 171 ◦ blue 0

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

Shades of Christi #5DAB00

Tints of Christi #5DAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.77%

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

R = 35.23%
G = 64.77%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#5DAB00 (or 0x5DAB00) is known color: Christi. HEX triplet: 5D, AB and 00. RGB value is (93,171,0). Sum of RGB (Red+Green+Blue) = 93+171+0=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB00 is #A254FF. Grayscale: #808080. Windows color (decimal): -10638592 or 43869. OLE color: 43869.

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

Color convert

RGB 93 171 0 -
CMYK 0.46 0 1 0.33
HSL 87.37º 1% 0.34% -
HSV(B) 87.37º 1% 0.67% -
XYZ 19.08 31.45 5.07 -
YUV 128.18 55.66 102.9 -
System Red Green Blue C M Y K H S L
Decimal 93 171 0 0.46 0 1 0.33 87.37 1 0.34
Hex 5D AB 0 2E 0 64 21 57 64 22
Octal 135 253 0 56 0 144 41 127 144 42
Binary 1011101 10101011 0 101110 0 1100100 100001 1010111 1100100 100010

Color Harmonies of #5DAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB00

Black with #5DAB00

Text Example


Text Example

White with #5DAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,0); }

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

background-color css

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

 a { background-color: rgb(93,171,0); }

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

border-color css

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

 span { border-color: rgb(93,171,0); }

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