#64C71A

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

Shades of Kelly Green #64C71A

Tints of Kelly Green #64C71A

Color information

#64C71A (or 0x64C71A) is unknown color: approx Kelly Green. HEX triplet: 64, C7 and 1A. RGB value is (100,199,26). Sum of RGB (Red+Green+Blue) = 100+199+26=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #64C71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C71A is #9B38E5. Grayscale: #969696. Windows color (decimal): -10172646 or 1754980. OLE color: 1754980.

HSL color Cylindrical-coordinate representation of color #64C71A: hue angle of 94.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64C71A is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB10019926-
CMYK0.5000.870.22
HSL94.34º76.89%44.12%-
HSV(B)94.34º86.93%78.04%-
XYZ25.8743.638.04-
YUV149.6858.292.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 199 (78.12% from 255) = 61.23%
BLUE value IS 26 (10.55% from 255) = 8%
R=30.77%
G=61.23%
B=8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100199260.5000.870.2294.3476.8944.12
Hex64C71A32057165e4d2c
Octal144307326201272613611554
Binary11001001100011111010110010010101111011010111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,199,26); }

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

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

 a { background-color: rgb(100,199,26); }

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

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

 span { border-color: rgb(100,199,26); }

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