#5FAE03

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

Shades of Christi #5FAE03

Tints of Christi #5FAE03

Color information

#5FAE03 (or 0x5FAE03) is unknown color: approx Christi. HEX triplet: 5F, AE and 03. RGB value is (95,174,3). Sum of RGB (Red+Green+Blue) = 95+174+3=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAE03 is #A051FC. Grayscale: #838383. Windows color (decimal): -10506749 or 241247. OLE color: 241247.

HSL color Cylindrical-coordinate representation of color #5FAE03: hue angle of 87.72º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FAE03 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB951743-
CMYK0.4500.980.32
HSL87.72º96.61%34.71%-
HSV(B)87.72º98.28%68.24%-
XYZ19.8732.715.35-
YUV130.8855.83102.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 174 (68.36% from 255) = 63.97%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=34.93%
G=63.97%
B=1.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9517430.4500.980.3287.7296.6134.71
Hex5FAE32D06220586123
Octal13725635501424013014143
Binary101111110101110111011010110001010000010110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,3); }

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

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

 a { background-color: rgb(95,174,3); }

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

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

 span { border-color: rgb(95,174,3); }

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