#5D9C02

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

Shades of Christi #5D9C02

Tints of Christi #5D9C02

Color information

#5D9C02 (or 0x5D9C02) is unknown color: approx Christi. HEX triplet: 5D, 9C and 02. RGB value is (93,156,2). Sum of RGB (Red+Green+Blue) = 93+156+2=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9C02 is #A263FD. Grayscale: #787878. Windows color (decimal): -10642430 or 171101. OLE color: 171101.

HSL color Cylindrical-coordinate representation of color #5D9C02: hue angle of 84.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D9C02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB931562-
CMYK0.4000.990.39
HSL84.55º97.47%30.98%-
HSV(B)84.55º98.72%61.18%-
XYZ16.4126.114.23-
YUV119.6161.63109.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.05%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=37.05%
G=62.15%
B=0.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9315620.4000.990.3984.5597.4730.98
Hex5D9C2280632755611f
Octal13523425001434712514137
Binary10111011001110010101000011000111001111010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,156,2); }

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

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

 a { background-color: rgb(93,156,2); }

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

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

 span { border-color: rgb(93,156,2); }

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