#64BD22

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

Shades of Kelly Green #64BD22

Tints of Kelly Green #64BD22

Color information

#64BD22 (or 0x64BD22) is unknown color: approx Kelly Green. HEX triplet: 64, BD and 22. RGB value is (100,189,34). Sum of RGB (Red+Green+Blue) = 100+189+34=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD22 is #9B42DD. Grayscale: #919191. Windows color (decimal): -10175198 or 2276708. OLE color: 2276708.

HSL color Cylindrical-coordinate representation of color #64BD22: hue angle of 94.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64BD22 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB10018934-
CMYK0.4700.820.26
HSL94.45º69.51%43.73%-
HSV(B)94.45º82.01%74.12%-
XYZ23.7439.227.83-
YUV144.7265.5196.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 189 (74.22% from 255) = 58.51%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=30.96%
G=58.51%
B=10.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100189340.4700.820.2694.4569.5143.73
Hex64BD222F0521A5e462c
Octal144275425701223213610654
Binary110010010111101100010101111010100101101010111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BD22; }

 p { color: rgb(100,189,34); }

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

<style>
 a { background-color: #64BD22; }

 a { background-color: rgb(100,189,34); }

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

<style>
 span { border-color: #64BD22; }

 span { border-color: rgb(100,189,34); }

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