Html Css Color HEX #81DA70 Pastel Green

📋 copy color: '#81DA70'

red 129 ◦ green 218 ◦ blue 112

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

Shades of Pastel Green #81DA70

Tints of Pastel Green #81DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 28.1%
G = 47.49%
B = 24.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#81DA70 (or 0x81DA70) is known color: Pastel Green. HEX triplet: 81, DA and 70. RGB value is (129,218,112). Sum of RGB (Red+Green+Blue) = 129+218+112=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA70 is #7E258F. Grayscale: #B3B3B3. Windows color (decimal): -8267152 or 7395969. OLE color: 7395969.

HSL color Cylindrical-coordinate representation of color #81DA70: hue angle of 110.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DA70 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 218 112 -
CMYK 0.41 0 0.49 0.15
HSL 110.38º 0.59% 0.65% -
HSV(B) 110.38º 0.49% 0.85% -
XYZ 37.05 55.98 24.18 -
YUV 179.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 129 218 112 0.41 0 0.49 0.15 110.38 0.59 0.65
Hex 81 DA 70 29 0 31 F 6E 3B 41
Octal 201 332 160 51 0 61 17 156 73 101
Binary 10000001 11011010 1110000 101001 0 110001 1111 1101110 111011 1000001

Color Harmonies of #81DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DA70

Black with #81DA70

Text Example


Text Example

White with #81DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,218,112); }

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

background-color css

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

 a { background-color: rgb(129,218,112); }

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

border-color css

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

 span { border-color: rgb(129,218,112); }

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