#64CB2D

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

Shades of Kelly Green #64CB2D

Tints of Kelly Green #64CB2D

Color information

#64CB2D (or 0x64CB2D) is unknown color: approx Kelly Green. HEX triplet: 64, CB and 2D. RGB value is (100,203,45). Sum of RGB (Red+Green+Blue) = 100+203+45=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB2D is #9B34D2. Grayscale: #9A9A9A. Windows color (decimal): -10171603 or 3001188. OLE color: 3001188.

HSL color Cylindrical-coordinate representation of color #64CB2D: hue angle of 99.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64CB2D is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB10020345-
CMYK0.5100.780.20
HSL99.11º63.71%48.63%-
HSV(B)99.11º77.83%79.61%-
XYZ27.0945.619.86-
YUV154.1966.3889.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 203 (79.69% from 255) = 58.33%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=28.74%
G=58.33%
B=12.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203450.5100.780.2099.1163.7148.63
Hex64CB2D3304E14634031
Octal144313556301162414310061
Binary110010011001011101101110011010011101010011000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,45); }

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

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

 a { background-color: rgb(100,203,45); }

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

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

 span { border-color: rgb(100,203,45); }

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