#81DD64

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

Shades of Pastel Green #81DD64

Tints of Pastel Green #81DD64

Color information

#81DD64 (or 0x81DD64) is unknown color: approx Pastel Green. HEX triplet: 81, DD and 64. RGB value is (129,221,100). Sum of RGB (Red+Green+Blue) = 129+221+100=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD64 is #7E229B. Grayscale: #B4B4B4. Windows color (decimal): -8266396 or 6610305. OLE color: 6610305.

HSL color Cylindrical-coordinate representation of color #81DD64: hue angle of 105.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81DD64 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB129221100-
CMYK0.4200.550.13
HSL105.62º64.02%62.94%-
HSV(B)105.62º54.75%86.67%-
XYZ37.2157.321.16-
YUV179.783.0291.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 221 (86.72% from 255) = 49.11%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=28.67%
G=49.11%
B=22.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211000.4200.550.13105.6264.0262.94
Hex81DD642A037D6a403f
Octal201335144520671515210077
Binary100000011101110111001001010100110111110111010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DD64; }

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

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

<style>
 a { background-color: #81DD64; }

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

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

<style>
 span { border-color: #81DD64; }

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

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