#5FB009

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

Shades of Christi #5FB009

Tints of Christi #5FB009

Color information

#5FB009 (or 0x5FB009) is unknown color: approx Christi. HEX triplet: 5F, B0 and 09. RGB value is (95,176,9). Sum of RGB (Red+Green+Blue) = 95+176+9=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 176 (69.14% from 255 or 62.86% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB009 is #A04FF6. Grayscale: #858585. Windows color (decimal): -10506231 or 634975. OLE color: 634975.

HSL color Cylindrical-coordinate representation of color #5FB009: hue angle of 89.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FB009 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB951769-
CMYK0.4600.950.31
HSL89.1º90.27%36.27%-
HSV(B)89.1º94.89%69.02%-
XYZ20.2933.55.66-
YUV132.7458.16101.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 176 (69.14% from 255) = 62.86%
BLUE value IS 9 (3.91% from 255) = 3.21%
R=33.93%
G=62.86%
B=3.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9517690.4600.950.3189.190.2736.27
Hex5FB092E05F1F595a24
Octal137260115601373713113244
Binary1011111101100001001101110010111111111110110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,9); }

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

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

 a { background-color: rgb(95,176,9); }

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

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

 span { border-color: rgb(95,176,9); }

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