#64df1f

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

Shades of Kelly Green #64DF1F

Tints of Kelly Green #64DF1F

Color information

#64DF1F (or 0x64DF1F) is unknown color: approx Kelly Green. HEX triplet: 64, DF and 1F. RGB value is (100,223,31). Sum of RGB (Red+Green+Blue) = 100+223+31=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DF1F is #9B20E0. Grayscale: #A4A4A4. Windows color (decimal): -10166497 or 2088804. OLE color: 2088804.

HSL color Cylindrical-coordinate representation of color #64DF1F: hue angle of 98.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64DF1F is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB10022331-
CMYK0.5500.860.13
HSL98.44º75.59%49.8%-
HSV(B)98.44º86.1%87.45%-
XYZ31.8955.5810.34-
YUV164.3352.7582.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 223 (87.5% from 255) = 62.99%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=28.25%
G=62.99%
B=8.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100223310.5500.860.1398.4475.5949.8
Hex64DF1F37056D624c32
Octal144337376701261514211462
Binary1100100110111111111111011101010110110111000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64df1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,31); }

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

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

 a { background-color: rgb(100,223,31); }

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

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

 span { border-color: rgb(100,223,31); }

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