#81DE74

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

Shades of Pastel Green #81DE74

Tints of Pastel Green #81DE74

Color information

#81DE74 (or 0x81DE74) is unknown color: approx Pastel Green. HEX triplet: 81, DE and 74. RGB value is (129,222,116). Sum of RGB (Red+Green+Blue) = 129+222+116=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #81DE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DE74 is #7E218B. Grayscale: #B6B6B6. Windows color (decimal): -8266124 or 7659137. OLE color: 7659137.

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

Color convert

RGB129222116-
CMYK0.4200.480.13
HSL112.64º61.63%66.27%-
HSV(B)112.64º47.75%87.06%-
XYZ38.3358.1725.73-
YUV182.1190.6990.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 222 (87.11% from 255) = 47.54%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=27.62%
G=47.54%
B=24.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292221160.4200.480.13112.6461.6366.27
Hex81DE742A030D713e42
Octal201336164520601516176102
Binary100000011101111011101001010100110000110111100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,116); }

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

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

 a { background-color: rgb(129,222,116); }

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

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

 span { border-color: rgb(129,222,116); }

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