Html Css Color HEX #5DAE0D Christi

📋 copy color: '#5DAE0D'

red 93 ◦ green 174 ◦ blue 13

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

Shades of Christi #5DAE0D

Tints of Christi #5DAE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 62.14%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 33.21%
G = 62.14%
B = 4.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#5DAE0D (or 0x5DAE0D) is known color: Christi. HEX triplet: 5D, AE and 0D. RGB value is (93,174,13). Sum of RGB (Red+Green+Blue) = 93+174+13=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAE0D is #A251F2. Grayscale: #838383. Windows color (decimal): -10637811 or 896605. OLE color: 896605.

HSL color Cylindrical-coordinate representation of color #5DAE0D: hue angle of 90.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DAE0D is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 13 -
CMYK 0.47 0 0.93 0.32
HSL 90.19º 0.86% 0.37% -
HSV(B) 90.19º 0.93% 0.68% -
XYZ 19.72 32.63 5.64 -
YUV 131.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 93 174 13 0.47 0 0.93 0.32 90.19 0.86 0.37
Hex 5D AE D 2F 0 5D 20 5A 56 25
Octal 135 256 15 57 0 135 40 132 126 45
Binary 1011101 10101110 1101 101111 0 1011101 100000 1011010 1010110 100101

Color Harmonies of #5DAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE0D

Black with #5DAE0D

Text Example


Text Example

White with #5DAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,174,13); }

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

background-color css

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

 a { background-color: rgb(93,174,13); }

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

border-color css

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

 span { border-color: rgb(93,174,13); }

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