#61D420

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

Shades of Kelly Green #61D420

Tints of Kelly Green #61D420

Color information

#61D420 (or 0x61D420) is unknown color: approx Kelly Green. HEX triplet: 61, D4 and 20. RGB value is (97,212,32). Sum of RGB (Red+Green+Blue) = 97+212+32=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #61D420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D420 is #9E2BDF. Grayscale: #9D9D9D. Windows color (decimal): -10365920 or 2151521. OLE color: 2151521.

HSL color Cylindrical-coordinate representation of color #61D420: hue angle of 98.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61D420 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB9721232-
CMYK0.5400.850.17
HSL98.33º73.77%47.84%-
HSV(B)98.33º84.91%83.14%-
XYZ28.7349.739.45-
YUV157.157.485.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 212 (83.20% from 255) = 62.17%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=28.45%
G=62.17%
B=9.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal97212320.5400.850.1798.3373.7747.84
Hex61D4203605511624a30
Octal141324406601252114211260
Binary110000111010100100000110110010101011000111000101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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