#5da300

Color #5DA300 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #5DA300

Tints of Christi #5DA300

Color information

#5DA300 (or 0x5DA300) is unknown color: approx Christi. HEX triplet: 5D, A3 and 00. RGB value is (93,163,0). Sum of RGB (Red+Green+Blue) = 93+163+0=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA300 is #A25CFF. Grayscale: #7C7C7C. Windows color (decimal): -10640640 or 41821. OLE color: 41821.

HSL color Cylindrical-coordinate representation of color #5DA300: hue angle of 85.77º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DA300 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB931630-
CMYK0.43010.36
HSL85.77º100%31.96%-
HSV(B)85.77º100%63.92%-
XYZ17.6128.524.58-
YUV123.4958.31106.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 63.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.33%
G=63.67%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9316300.43010.3685.7710031.96
Hex5DA302B06424566420
Octal13524305301444412614440
Binary10111011010001101010110110010010010010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5da300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,0); }

 H1.HeaderClassName
 {
   color: #5da300;
 }
 .AnyTagClassName
 {
   color: #5da300;
 }
</style>
background-color css

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

 a { background-color: rgb(93,163,0); }

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

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

 span { border-color: rgb(93,163,0); }

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