Html Css Color HEX #81DB75 Pastel Green

📋 copy color: '#81DB75'

red 129 ◦ green 219 ◦ blue 117

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

Shades of Pastel Green #81DB75

Tints of Pastel Green #81DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 27.74%
G = 47.1%
B = 25.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#81DB75 (or 0x81DB75) is known color: Pastel Green. HEX triplet: 81, DB and 75. RGB value is (129,219,117). Sum of RGB (Red+Green+Blue) = 129+219+117=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DB75 is #7E248A. Grayscale: #B4B4B4. Windows color (decimal): -8266891 or 7723905. OLE color: 7723905.

HSL color Cylindrical-coordinate representation of color #81DB75: hue angle of 112.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DB75 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 219 117 -
CMYK 0.41 0 0.47 0.14
HSL 112.94º 0.59% 0.66% -
HSV(B) 112.94º 0.47% 0.86% -
XYZ 37.6 56.61 25.78 -
YUV 180.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 129 219 117 0.41 0 0.47 0.14 112.94 0.59 0.66
Hex 81 DB 75 29 0 2F E 71 3B 42
Octal 201 333 165 51 0 57 16 161 73 102
Binary 10000001 11011011 1110101 101001 0 101111 1110 1110001 111011 1000010

Color Harmonies of #81DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DB75

Black with #81DB75

Text Example


Text Example

White with #81DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,219,117); }

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

background-color css

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

 a { background-color: rgb(129,219,117); }

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

border-color css

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

 span { border-color: rgb(129,219,117); }

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