Html Css Color HEX #81CC72 Pastel Green

📋 copy color: '#81CC72'

red 129 ◦ green 204 ◦ blue 114

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

Shades of Pastel Green #81CC72

Tints of Pastel Green #81CC72

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

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

R = 28.86%
G = 45.64%
B = 25.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#81CC72 (or 0x81CC72) is known color: Pastel Green. HEX triplet: 81, CC and 72. RGB value is (129,204,114). Sum of RGB (Red+Green+Blue) = 129+204+114=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC72 is #7E338D. Grayscale: #ABABAB. Windows color (decimal): -8270734 or 7523457. OLE color: 7523457.

HSL color Cylindrical-coordinate representation of color #81CC72: hue angle of 110º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81CC72 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 204 114 -
CMYK 0.37 0 0.44 0.2
HSL 110º 0.47% 0.62% -
HSV(B) 110º 0.44% 0.8% -
XYZ 33.68 49.07 23.62 -
YUV 171.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 129 204 114 0.37 0 0.44 0.2 110 0.47 0.62
Hex 81 CC 72 25 0 2C 14 6E 2F 3E
Octal 201 314 162 45 0 54 24 156 57 76
Binary 10000001 11001100 1110010 100101 0 101100 10100 1101110 101111 111110

Color Harmonies of #81CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CC72

Black with #81CC72

Text Example


Text Example

White with #81CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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