#64BD13

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

Shades of Kelly Green #64BD13

Tints of Kelly Green #64BD13

Color information

#64BD13 (or 0x64BD13) is unknown color: approx Kelly Green. HEX triplet: 64, BD and 13. RGB value is (100,189,19). Sum of RGB (Red+Green+Blue) = 100+189+19=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD13 is #9B42EC. Grayscale: #8F8F8F. Windows color (decimal): -10175213 or 1293668. OLE color: 1293668.

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

Color convert

RGB10018919-
CMYK0.4700.900.26
HSL91.41º81.73%40.78%-
HSV(B)91.41º89.95%74.12%-
XYZ23.5739.156.93-
YUV143.0158.0197.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 19 (7.81% from 255) = 6.17%
R=32.47%
G=61.36%
B=6.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100189190.4700.900.2691.4181.7340.78
Hex64BD132F05A1A5b5229
Octal144275235701323213312251
Binary11001001011110110011101111010110101101010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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