Html Css Color HEX #81DF84 Pastel Green

📋 copy color: '#81DF84'

red 129 ◦ green 223 ◦ blue 132

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

Shades of Pastel Green #81DF84

Tints of Pastel Green #81DF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 26.65%
G = 46.07%
B = 27.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#81DF84 (or 0x81DF84) is known color: Pastel Green. HEX triplet: 81, DF and 84. RGB value is (129,223,132). Sum of RGB (Red+Green+Blue) = 129+223+132=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF84 is #7E207B. Grayscale: #B8B8B8. Windows color (decimal): -8265852 or 8707969. OLE color: 8707969.

HSL color Cylindrical-coordinate representation of color #81DF84: hue angle of 121.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DF84 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 223 132 -
CMYK 0.42 0 0.41 0.13
HSL 121.91º 0.59% 0.69% -
HSV(B) 121.91º 0.42% 0.87% -
XYZ 39.61 59.11 31.15 -
YUV 184.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 129 223 132 0.42 0 0.41 0.13 121.91 0.59 0.69
Hex 81 DF 84 2A 0 29 D 7A 3B 45
Octal 201 337 204 52 0 51 15 172 73 105
Binary 10000001 11011111 10000100 101010 0 101001 1101 1111010 111011 1000101

Color Harmonies of #81DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DF84

Black with #81DF84

Text Example


Text Example

White with #81DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,223,132); }

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

background-color css

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

 a { background-color: rgb(129,223,132); }

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

border-color css

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

 span { border-color: rgb(129,223,132); }

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