#61B220

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

Shades of Christi #61B220

Tints of Christi #61B220

Color information

#61B220 (or 0x61B220) is unknown color: approx Christi. HEX triplet: 61, B2 and 20. RGB value is (97,178,32). Sum of RGB (Red+Green+Blue) = 97+178+32=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #61B220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B220 is #9E4DDF. Grayscale: #898989. Windows color (decimal): -10374624 or 2142817. OLE color: 2142817.

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

Color convert

RGB9717832-
CMYK0.4600.820.30
HSL93.29º69.52%41.18%-
HSV(B)93.29º82.02%69.8%-
XYZ21.1134.496.91-
YUV137.1468.6699.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=31.60%
G=57.98%
B=10.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97178320.4600.820.3093.2969.5241.18
Hex61B2202E0521E5d4629
Octal141262405601223613510651
Binary110000110110010100000101110010100101111010111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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