#5FB025

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

Shades of Christi #5FB025

Tints of Christi #5FB025

Color information

#5FB025 (or 0x5FB025) is unknown color: approx Christi. HEX triplet: 5F, B0 and 25. RGB value is (95,176,37). Sum of RGB (Red+Green+Blue) = 95+176+37=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB025 is #A04FDA. Grayscale: #888888. Windows color (decimal): -10506203 or 2469983. OLE color: 2469983.

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

Color convert

RGB9517637-
CMYK0.4600.790.31
HSL94.96º65.26%41.76%-
HSV(B)94.96º78.98%69.02%-
XYZ20.5833.627.15-
YUV135.9372.1698.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 176 (69.14% from 255) = 57.14%
BLUE value IS 37 (14.84% from 255) = 12.01%
R=30.84%
G=57.14%
B=12.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176370.4600.790.3194.9665.2641.76
Hex5FB0252E04F1F5f412a
Octal137260455601173713710152
Binary101111110110000100101101110010011111111110111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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