#64BD02

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

Shades of Kelly Green #64BD02

Tints of Kelly Green #64BD02

Color information

#64BD02 (or 0x64BD02) is unknown color: approx Kelly Green. HEX triplet: 64, BD and 02. RGB value is (100,189,2). Sum of RGB (Red+Green+Blue) = 100+189+2=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD02 is #9B42FD. Grayscale: #8D8D8D. Windows color (decimal): -10175230 or 179556. OLE color: 179556.

HSL color Cylindrical-coordinate representation of color #64BD02: hue angle of 88.56º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64BD02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1001892-
CMYK0.4700.990.26
HSL88.56º97.91%37.45%-
HSV(B)88.56º98.94%74.12%-
XYZ23.4639.116.37-
YUV141.0749.5198.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 189 (74.22% from 255) = 64.95%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=34.36%
G=64.95%
B=0.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10018920.4700.990.2688.5697.9137.45
Hex64BD22F0631A596225
Octal14427525701433213114245
Binary11001001011110110101111011000111101010110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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