#64DE01

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

Shades of Bright Green #64DE01

Tints of Bright Green #64DE01

Color information

#64DE01 (or 0x64DE01) is unknown color: approx Bright Green. HEX triplet: 64, DE and 01. RGB value is (100,222,1). Sum of RGB (Red+Green+Blue) = 100+222+1=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 222 (87.11% from 255 or 68.73% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DE01 is #9B21FE. Grayscale: #A1A1A1. Windows color (decimal): -10166783 or 122468. OLE color: 122468.

HSL color Cylindrical-coordinate representation of color #64DE01: hue angle of 93.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64DE01 is Cyan = 0.55, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB1002221-
CMYK0.5501.000.13
HSL93.12º99.1%43.73%-
HSV(B)93.12º99.55%87.06%-
XYZ31.3854.958.98-
YUV160.3338.0884.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 222 (87.11% from 255) = 68.73%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=30.96%
G=68.73%
B=0.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10022210.5501.000.1393.1299.143.73
Hex64DE137064D5d632c
Octal14433616701441513514354
Binary110010011011110111011101100100110110111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,1); }

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

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

 a { background-color: rgb(100,222,1); }

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

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

 span { border-color: rgb(100,222,1); }

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