Html Css Color HEX #5DA511 Christi

📋 copy color: '#5DA511'

red 93 ◦ green 165 ◦ blue 17

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

Shades of Christi #5DA511

Tints of Christi #5DA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60%

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 33.82%
G = 60%
B = 6.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#5DA511 (or 0x5DA511) is known color: Christi. HEX triplet: 5D, A5 and 11. RGB value is (93,165,17). Sum of RGB (Red+Green+Blue) = 93+165+17=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA511 is #A25AEE. Grayscale: #7F7F7F. Windows color (decimal): -10640111 or 1156445. OLE color: 1156445.

HSL color Cylindrical-coordinate representation of color #5DA511: hue angle of 89.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DA511 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 165 17 -
CMYK 0.44 0 0.90 0.35
HSL 89.19º 0.81% 0.36% -
HSV(B) 89.19º 0.9% 0.65% -
XYZ 18.07 29.28 5.23 -
YUV 126.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 93 165 17 0.44 0 0.90 0.35 89.19 0.81 0.36
Hex 5D A5 11 2C 0 5A 23 59 51 24
Octal 135 245 21 54 0 132 43 131 121 44
Binary 1011101 10100101 10001 101100 0 1011010 100011 1011001 1010001 100100

Color Harmonies of #5DA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA511

Black with #5DA511

Text Example


Text Example

White with #5DA511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,165,17); }

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

background-color css

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

 a { background-color: rgb(93,165,17); }

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

border-color css

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

 span { border-color: rgb(93,165,17); }

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