Html Css Color HEX #5DA714 Christi

📋 copy color: '#5DA714'

red 93 ◦ green 167 ◦ blue 20

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

Shades of Christi #5DA714

Tints of Christi #5DA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 59.64%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 33.21%
G = 59.64%
B = 7.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#5DA714 (or 0x5DA714) is known color: Christi. HEX triplet: 5D, A7 and 14. RGB value is (93,167,20). Sum of RGB (Red+Green+Blue) = 93+167+20=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA714 is #A258EB. Grayscale: #808080. Windows color (decimal): -10639596 or 1353565. OLE color: 1353565.

HSL color Cylindrical-coordinate representation of color #5DA714: hue angle of 90.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DA714 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 167 20 -
CMYK 0.44 0 0.88 0.35
HSL 90.2º 0.79% 0.37% -
HSV(B) 90.2º 0.88% 0.65% -
XYZ 18.46 30.02 5.48 -
YUV 128.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 93 167 20 0.44 0 0.88 0.35 90.2 0.79 0.37
Hex 5D A7 14 2C 0 58 23 5A 4F 25
Octal 135 247 24 54 0 130 43 132 117 45
Binary 1011101 10100111 10100 101100 0 1011000 100011 1011010 1001111 100101

Color Harmonies of #5DA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA714

Black with #5DA714

Text Example


Text Example

White with #5DA714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,167,20); }

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

background-color css

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

 a { background-color: rgb(93,167,20); }

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

border-color css

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

 span { border-color: rgb(93,167,20); }

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