Html Css Color HEX #81CF73 Pastel Green

📋 copy color: '#81CF73'

red 129 ◦ green 207 ◦ blue 115

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

Shades of Pastel Green #81CF73

Tints of Pastel Green #81CF73

RGB

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

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

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

R = 28.6%
G = 45.9%
B = 25.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#81CF73 (or 0x81CF73) is known color: Pastel Green. HEX triplet: 81, CF and 73. RGB value is (129,207,115). Sum of RGB (Red+Green+Blue) = 129+207+115=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF73 is #7E308C. Grayscale: #ADADAD. Windows color (decimal): -8269965 or 7589761. OLE color: 7589761.

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

Color convert

RGB 129 207 115 -
CMYK 0.38 0 0.44 0.19
HSL 110.87º 0.49% 0.63% -
HSV(B) 110.87º 0.44% 0.81% -
XYZ 34.46 50.53 24.16 -
YUV 173.19 95.16 96.48 -
System Red Green Blue C M Y K H S L
Decimal 129 207 115 0.38 0 0.44 0.19 110.87 0.49 0.63
Hex 81 CF 73 26 0 2C 13 6F 31 3F
Octal 201 317 163 46 0 54 23 157 61 77
Binary 10000001 11001111 1110011 100110 0 101100 10011 1101111 110001 111111

Color Harmonies of #81CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CF73

Black with #81CF73

Text Example


Text Example

White with #81CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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