Html Css Color HEX #5DA006 Christi

📋 copy color: '#5DA006'

red 93 ◦ green 160 ◦ blue 6

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

Shades of Christi #5DA006

Tints of Christi #5DA006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 61.78%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 35.91%
G = 61.78%
B = 2.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#5DA006 (or 0x5DA006) is known color: Christi. HEX triplet: 5D, A0 and 06. RGB value is (93,160,6). Sum of RGB (Red+Green+Blue) = 93+160+6=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA006 is #A25FF9. Grayscale: #7A7A7A. Windows color (decimal): -10641402 or 434269. OLE color: 434269.

HSL color Cylindrical-coordinate representation of color #5DA006: hue angle of 86.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DA006 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 160 6 -
CMYK 0.42 0 0.96 0.37
HSL 86.1º 0.93% 0.33% -
HSV(B) 86.1º 0.96% 0.63% -
XYZ 17.12 27.48 4.57 -
YUV 122.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 93 160 6 0.42 0 0.96 0.37 86.1 0.93 0.33
Hex 5D A0 6 2A 0 60 25 56 5D 21
Octal 135 240 6 52 0 140 45 126 135 41
Binary 1011101 10100000 110 101010 0 1100000 100101 1010110 1011101 100001

Color Harmonies of #5DA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA006

Black with #5DA006

Text Example


Text Example

White with #5DA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,6); }

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

background-color css

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

 a { background-color: rgb(93,160,6); }

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

border-color css

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

 span { border-color: rgb(93,160,6); }

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