Html Css Color HEX #81CB73 Pastel Green

📋 copy color: '#81CB73'

red 129 ◦ green 203 ◦ blue 115

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

Shades of Pastel Green #81CB73

Tints of Pastel Green #81CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 28.86%
G = 45.41%
B = 25.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#81CB73 (or 0x81CB73) is known color: Pastel Green. HEX triplet: 81, CB and 73. RGB value is (129,203,115). Sum of RGB (Red+Green+Blue) = 129+203+115=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB73 is #7E348C. Grayscale: #ABABAB. Windows color (decimal): -8270989 or 7588737. OLE color: 7588737.

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

Color convert

RGB 129 203 115 -
CMYK 0.36 0 0.43 0.20
HSL 110.45º 0.46% 0.62% -
HSV(B) 110.45º 0.43% 0.8% -
XYZ 33.5 48.62 23.84 -
YUV 170.84 96.48 98.16 -
System Red Green Blue C M Y K H S L
Decimal 129 203 115 0.36 0 0.43 0.20 110.45 0.46 0.62
Hex 81 CB 73 24 0 2B 14 6E 2E 3E
Octal 201 313 163 44 0 53 24 156 56 76
Binary 10000001 11001011 1110011 100100 0 101011 10100 1101110 101110 111110

Color Harmonies of #81CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CB73

Black with #81CB73

Text Example


Text Example

White with #81CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,203,115); }

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

background-color css

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

 a { background-color: rgb(129,203,115); }

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

border-color css

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

 span { border-color: rgb(129,203,115); }

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