#81DF62

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

Shades of Pastel Green #81DF62

Tints of Pastel Green #81DF62

Color information

#81DF62 (or 0x81DF62) is unknown color: approx Pastel Green. HEX triplet: 81, DF and 62. RGB value is (129,223,98). Sum of RGB (Red+Green+Blue) = 129+223+98=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DF62 is #7E209D. Grayscale: #B5B5B5. Windows color (decimal): -8265886 or 6479745. OLE color: 6479745.

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

Color convert

RGB12922398-
CMYK0.4200.560.13
HSL105.12º66.14%62.94%-
HSV(B)105.12º56.05%87.45%-
XYZ37.6558.3220.83-
YUV180.6481.3691.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 223 (87.5% from 255) = 49.56%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=28.67%
G=49.56%
B=21.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129223980.4200.560.13105.1266.1462.94
Hex81DF622A038D69423f
Octal201337142520701515110277
Binary100000011101111111000101010100111000110111010011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,223,98); }

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

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

 a { background-color: rgb(129,223,98); }

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

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

 span { border-color: rgb(129,223,98); }

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