#64DF15

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

Shades of Bright Green #64DF15

Tints of Bright Green #64DF15

Color information

#64DF15 (or 0x64DF15) is unknown color: approx Bright Green. HEX triplet: 64, DF and 15. RGB value is (100,223,21). Sum of RGB (Red+Green+Blue) = 100+223+21=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DF15 is #9B20EA. Grayscale: #A3A3A3. Windows color (decimal): -10166507 or 1433444. OLE color: 1433444.

HSL color Cylindrical-coordinate representation of color #64DF15: hue angle of 96.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64DF15 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB10022321-
CMYK0.5500.910.13
HSL96.53º82.79%47.84%-
HSV(B)96.53º90.58%87.45%-
XYZ31.7855.549.75-
YUV163.247.7582.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 223 (87.5% from 255) = 64.83%
BLUE value IS 21 (8.59% from 255) = 6.10%
R=29.07%
G=64.83%
B=6.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100223210.5500.910.1396.5382.7947.84
Hex64DF153705BD615330
Octal144337256701331514112360
Binary1100100110111111010111011101011011110111000011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,21); }

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

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

 a { background-color: rgb(100,223,21); }

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

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

 span { border-color: rgb(100,223,21); }

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