#64C302

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

Shades of Kelly Green #64C302

Tints of Kelly Green #64C302

Color information

#64C302 (or 0x64C302) is unknown color: approx Kelly Green. HEX triplet: 64, C3 and 02. RGB value is (100,195,2). Sum of RGB (Red+Green+Blue) = 100+195+2=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #64C302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C302 is #9B3CFD. Grayscale: #919191. Windows color (decimal): -10173694 or 181092. OLE color: 181092.

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

Color convert

RGB1001952-
CMYK0.4900.990.24
HSL89.53º97.97%38.63%-
HSV(B)89.53º98.97%76.47%-
XYZ24.7841.746.81-
YUV144.5947.5396.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 195 (76.56% from 255) = 65.66%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=33.67%
G=65.66%
B=0.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10019520.4900.990.2489.5397.9738.63
Hex64C3231063185a6227
Octal14430326101433013214247
Binary11001001100001110110001011000111100010110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,2); }

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

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

 a { background-color: rgb(100,195,2); }

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

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

 span { border-color: rgb(100,195,2); }

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