Html Css Color HEX #5DAB19 Christi

📋 copy color: '#5DAB19'

red 93 ◦ green 171 ◦ blue 25

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

Shades of Christi #5DAB19

Tints of Christi #5DAB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 32.18%
G = 59.17%
B = 8.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#5DAB19 (or 0x5DAB19) is known color: Christi. HEX triplet: 5D, AB and 19. RGB value is (93,171,25). Sum of RGB (Red+Green+Blue) = 93+171+25=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB19 is #A254E6. Grayscale: #838383. Windows color (decimal): -10638567 or 1682269. OLE color: 1682269.

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

Color convert

RGB 93 171 25 -
CMYK 0.46 0 0.85 0.33
HSL 92.05º 0.74% 0.38% -
HSV(B) 92.05º 0.85% 0.67% -
XYZ 19.25 31.52 5.99 -
YUV 131.03 68.16 100.87 -
System Red Green Blue C M Y K H S L
Decimal 93 171 25 0.46 0 0.85 0.33 92.05 0.74 0.38
Hex 5D AB 19 2E 0 55 21 5C 4A 26
Octal 135 253 31 56 0 125 41 134 112 46
Binary 1011101 10101011 11001 101110 0 1010101 100001 1011100 1001010 100110

Color Harmonies of #5DAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB19

Black with #5DAB19

Text Example


Text Example

White with #5DAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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