#64C601

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

Shades of Kelly Green #64C601

Tints of Kelly Green #64C601

Color information

#64C601 (or 0x64C601) is unknown color: approx Kelly Green. HEX triplet: 64, C6 and 01. RGB value is (100,198,1). Sum of RGB (Red+Green+Blue) = 100+198+1=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 198 (77.73% from 255 or 66.22% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 198 - color contains mainly: green. Hex color #64C601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C601 is #9B39FE. Grayscale: #929292. Windows color (decimal): -10172927 or 116324. OLE color: 116324.

HSL color Cylindrical-coordinate representation of color #64C601: hue angle of 89.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64C601 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1001981-
CMYK0.4900.990.22
HSL89.85º98.99%39.02%-
HSV(B)89.85º99.49%77.65%-
XYZ25.4643.17.01-
YUV146.2446.0395.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 198 (77.73% from 255) = 66.22%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=33.44%
G=66.22%
B=0.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10019810.4900.990.2289.8598.9939.02
Hex64C6131063165a6327
Octal14430616101432613214347
Binary1100100110001101110001011000111011010110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,198,1); }

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

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

 a { background-color: rgb(100,198,1); }

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

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

 span { border-color: rgb(100,198,1); }

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