#61CC2A

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

Shades of Kelly Green #61CC2A

Tints of Kelly Green #61CC2A

Color information

#61CC2A (or 0x61CC2A) is unknown color: approx Kelly Green. HEX triplet: 61, CC and 2A. RGB value is (97,204,42). Sum of RGB (Red+Green+Blue) = 97+204+42=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC2A is #9E33D5. Grayscale: #9A9A9A. Windows color (decimal): -10367958 or 2804833. OLE color: 2804833.

HSL color Cylindrical-coordinate representation of color #61CC2A: hue angle of 99.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61CC2A is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB9720442-
CMYK0.5200.790.2
HSL99.63º65.85%48.24%-
HSV(B)99.63º79.41%80%-
XYZ26.9445.899.63-
YUV153.5465.0587.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 204 (80.08% from 255) = 59.48%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=28.28%
G=59.48%
B=12.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204420.5200.790.299.6365.8548.24
Hex61CC2A3404F14644230
Octal141314526401172414410260
Binary110000111001100101010110100010011111010011001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,204,42); }

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

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

 a { background-color: rgb(97,204,42); }

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

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

 span { border-color: rgb(97,204,42); }

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