#64DD12

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

Shades of Bright Green #64DD12

Tints of Bright Green #64DD12

Color information

#64DD12 (or 0x64DD12) is unknown color: approx Bright Green. HEX triplet: 64, DD and 12. RGB value is (100,221,18). Sum of RGB (Red+Green+Blue) = 100+221+18=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DD12 is #9B22ED. Grayscale: #A2A2A2. Windows color (decimal): -10167022 or 1236324. OLE color: 1236324.

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

Color convert

RGB10022118-
CMYK0.5500.920.13
HSL95.76º84.94%46.86%-
HSV(B)95.76º91.86%86.67%-
XYZ31.2254.479.44-
YUV161.6846.9184.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 221 (86.72% from 255) = 65.19%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=29.50%
G=65.19%
B=5.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221180.5500.920.1395.7684.9446.86
Hex64DD123705CD60552f
Octal144335226701341514012557
Binary1100100110111011001011011101011100110111000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,18); }

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

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

 a { background-color: rgb(100,221,18); }

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

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

 span { border-color: rgb(100,221,18); }

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