Html Css Color HEX #81CF76 Pastel Green

📋 copy color: '#81CF76'

red 129 ◦ green 207 ◦ blue 118

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

Shades of Pastel Green #81CF76

Tints of Pastel Green #81CF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 28.41%
G = 45.59%
B = 25.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#81CF76 (or 0x81CF76) is known color: Pastel Green. HEX triplet: 81, CF and 76. RGB value is (129,207,118). Sum of RGB (Red+Green+Blue) = 129+207+118=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF76 is #7E3089. Grayscale: #ADADAD. Windows color (decimal): -8269962 or 7786369. OLE color: 7786369.

HSL color Cylindrical-coordinate representation of color #81CF76: hue angle of 112.58º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81CF76 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 207 118 -
CMYK 0.38 0 0.43 0.19
HSL 112.58º 0.48% 0.64% -
HSV(B) 112.58º 0.43% 0.81% -
XYZ 34.64 50.6 25.08 -
YUV 173.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 129 207 118 0.38 0 0.43 0.19 112.58 0.48 0.64
Hex 81 CF 76 26 0 2B 13 71 30 40
Octal 201 317 166 46 0 53 23 161 60 100
Binary 10000001 11001111 1110110 100110 0 101011 10011 1110001 110000 1000000

Color Harmonies of #81CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CF76

Black with #81CF76

Text Example


Text Example

White with #81CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,207,118); }

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

background-color css

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

 a { background-color: rgb(129,207,118); }

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

border-color css

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

 span { border-color: rgb(129,207,118); }

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