#64C303

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

Shades of Kelly Green #64C303

Tints of Kelly Green #64C303

Color information

#64C303 (or 0x64C303) is unknown color: approx Kelly Green. HEX triplet: 64, C3 and 03. RGB value is (100,195,3). Sum of RGB (Red+Green+Blue) = 100+195+3=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #64C303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C303 is #9B3CFC. Grayscale: #919191. Windows color (decimal): -10173693 or 246628. OLE color: 246628.

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

Color convert

RGB1001953-
CMYK0.4900.980.24
HSL89.69º96.97%38.82%-
HSV(B)89.69º98.46%76.47%-
XYZ24.7941.756.84-
YUV144.7148.0396.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 195 (76.56% from 255) = 65.44%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=33.56%
G=65.44%
B=1.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10019530.4900.980.2489.6996.9738.82
Hex64C3331062185a6127
Octal14430336101423013214147
Binary11001001100001111110001011000101100010110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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