Html Css Color HEX #81C972 Pastel Green

📋 copy color: '#81C972'

red 129 ◦ green 201 ◦ blue 114

#81C972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #81C972

Tints of Pastel Green #81C972

RGB

 RED value IS 129 (50.78% from 255) = 29.05%

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 29.05%
G = 45.27%
B = 25.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#81C972 (or 0x81C972) is known color: Pastel Green. HEX triplet: 81, C9 and 72. RGB value is (129,201,114). Sum of RGB (Red+Green+Blue) = 129+201+114=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #81C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C972 is #7E368D. Grayscale: #A9A9A9. Windows color (decimal): -8271502 or 7522689. OLE color: 7522689.

HSL color Cylindrical-coordinate representation of color #81C972: hue angle of 109.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C972 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 201 114 -
CMYK 0.36 0 0.43 0.21
HSL 109.66º 0.45% 0.62% -
HSV(B) 109.66º 0.43% 0.79% -
XYZ 32.98 47.66 23.38 -
YUV 169.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 129 201 114 0.36 0 0.43 0.21 109.66 0.45 0.62
Hex 81 C9 72 24 0 2B 15 6E 2D 3E
Octal 201 311 162 44 0 53 25 156 55 76
Binary 10000001 11001001 1110010 100100 0 101011 10101 1101110 101101 111110

Color Harmonies of #81C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C972

Black with #81C972

Text Example


Text Example

White with #81C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,201,114); }

 H1.HeaderClassName
 {
   color: #81C972;
 }
 .AnyTagClassName
 {
   color: #81C972;
 }
</style>

background-color css

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

 a { background-color: rgb(129,201,114); }

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

border-color css

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

 span { border-color: rgb(129,201,114); }

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