#5F9801

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

Shades of Christi #5F9801

Tints of Christi #5F9801

Color information

#5F9801 (or 0x5F9801) is unknown color: approx Christi. HEX triplet: 5F, 98 and 01. RGB value is (95,152,1). Sum of RGB (Red+Green+Blue) = 95+152+1=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9801 is #A067FE. Grayscale: #767676. Windows color (decimal): -10512383 or 104543. OLE color: 104543.

HSL color Cylindrical-coordinate representation of color #5F9801: hue angle of 82.65º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9801 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB951521-
CMYK0.3800.990.40
HSL82.65º98.69%30%-
HSV(B)82.65º99.34%59.61%-
XYZ15.9524.893.99-
YUV117.7462.12111.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=38.31%
G=61.29%
B=0.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9515210.3800.990.4082.6598.6930
Hex5F981260632853631e
Octal13723014601435012314336
Binary1011111100110001100110011000111010001010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,1); }

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

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

 a { background-color: rgb(95,152,1); }

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

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

 span { border-color: rgb(95,152,1); }

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