#61d01d

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

Shades of Kelly Green #61D01D

Tints of Kelly Green #61D01D

Color information

#61D01D (or 0x61D01D) is unknown color: approx Kelly Green. HEX triplet: 61, D0 and 1D. RGB value is (97,208,29). Sum of RGB (Red+Green+Blue) = 97+208+29=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #61D01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D01D is #9E2FE2. Grayscale: #9B9B9B. Windows color (decimal): -10366947 or 1953889. OLE color: 1953889.

HSL color Cylindrical-coordinate representation of color #61D01D: hue angle of 97.21º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61D01D is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB9720829-
CMYK0.5300.860.18
HSL97.21º75.53%46.47%-
HSV(B)97.21º86.06%81.57%-
XYZ27.7147.748.92-
YUV154.457.2387.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 208 (81.64% from 255) = 62.28%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=29.04%
G=62.28%
B=8.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97208290.5300.860.1897.2175.5346.47
Hex61D01D3505612614c2e
Octal141320356501262214111456
Binary11000011101000011101110101010101101001011000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61d01d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,29); }

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

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

 a { background-color: rgb(97,208,29); }

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

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

 span { border-color: rgb(97,208,29); }

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