#64D708

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

Shades of Bright Green #64D708

Tints of Bright Green #64D708

Color information

#64D708 (or 0x64D708) is unknown color: approx Bright Green. HEX triplet: 64, D7 and 08. RGB value is (100,215,8). Sum of RGB (Red+Green+Blue) = 100+215+8=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #64D708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D708 is #9B28F7. Grayscale: #9D9D9D. Windows color (decimal): -10168568 or 579428. OLE color: 579428.

HSL color Cylindrical-coordinate representation of color #64D708: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64D708 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB1002158-
CMYK0.5300.960.16
HSL93.33º92.83%43.73%-
HSV(B)93.33º96.28%84.31%-
XYZ29.651.338.58-
YUV157.0243.987.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 215 (84.38% from 255) = 66.56%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=30.96%
G=66.56%
B=2.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10021580.5300.960.1693.3392.8343.73
Hex64D7835060105d5d2c
Octal144327106501402013513554
Binary1100100110101111000110101011000001000010111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,8); }

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

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

 a { background-color: rgb(100,215,8); }

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

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

 span { border-color: rgb(100,215,8); }

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