#61AF03

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

Shades of Christi #61AF03

Tints of Christi #61AF03

Color information

#61AF03 (or 0x61AF03) is unknown color: approx Christi. HEX triplet: 61, AF and 03. RGB value is (97,175,3). Sum of RGB (Red+Green+Blue) = 97+175+3=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61AF03 is #9E50FC. Grayscale: #848484. Windows color (decimal): -10375421 or 241505. OLE color: 241505.

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

Color convert

RGB971753-
CMYK0.4500.980.31
HSL87.21º96.63%34.9%-
HSV(B)87.21º98.29%68.63%-
XYZ20.2833.215.43-
YUV132.0755.16102.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=35.27%
G=63.64%
B=1.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9717530.4500.980.3187.2196.6334.9
Hex61AF32D0621F576123
Octal14125735501423712714143
Binary11000011010111111101101011000101111110101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AF03; }

 p { color: rgb(97,175,3); }

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

<style>
 a { background-color: #61AF03; }

 a { background-color: rgb(97,175,3); }

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

<style>
 span { border-color: #61AF03; }

 span { border-color: rgb(97,175,3); }

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