#61B213

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

Shades of Christi #61B213

Tints of Christi #61B213

Color information

#61B213 (or 0x61B213) is unknown color: approx Christi. HEX triplet: 61, B2 and 13. RGB value is (97,178,19). Sum of RGB (Red+Green+Blue) = 97+178+19=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #61B213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61B213 is #9E4DEC. Grayscale: #888888. Windows color (decimal): -10374637 or 1290849. OLE color: 1290849.

HSL color Cylindrical-coordinate representation of color #61B213: hue angle of 90.57º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61B213 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB9717819-
CMYK0.4600.890.30
HSL90.57º80.71%38.63%-
HSV(B)90.57º89.33%69.8%-
XYZ20.9734.436.16-
YUV135.6562.16100.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 178 (69.92% from 255) = 60.54%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=32.99%
G=60.54%
B=6.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97178190.4600.890.3090.5780.7138.63
Hex61B2132E0591E5b5127
Octal141262235601313613312147
Binary11000011011001010011101110010110011111010110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,178,19); }

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

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

 a { background-color: rgb(97,178,19); }

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

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

 span { border-color: rgb(97,178,19); }

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