Html Css Color HEX #85DB81 Pastel Green

📋 copy color: '#85DB81'

red 133 ◦ green 219 ◦ blue 129

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

Shades of Pastel Green #85DB81

Tints of Pastel Green #85DB81

RGB

 RED value IS 133 (52.34% from 255) = 27.65%

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

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 27.65%
G = 45.53%
B = 26.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#85DB81 (or 0x85DB81) is known color: Pastel Green. HEX triplet: 85, DB and 81. RGB value is (133,219,129). Sum of RGB (Red+Green+Blue) = 133+219+129=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB81 is #7A247E. Grayscale: #B7B7B7. Windows color (decimal): -8004735 or 8510341. OLE color: 8510341.

HSL color Cylindrical-coordinate representation of color #85DB81: hue angle of 117.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85DB81 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 129 -
CMYK 0.39 0 0.41 0.14
HSL 117.33º 0.56% 0.68% -
HSV(B) 117.33º 0.41% 0.86% -
XYZ 38.97 57.23 29.76 -
YUV 183.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 133 219 129 0.39 0 0.41 0.14 117.33 0.56 0.68
Hex 85 DB 81 27 0 29 E 75 38 44
Octal 205 333 201 47 0 51 16 165 70 104
Binary 10000101 11011011 10000001 100111 0 101001 1110 1110101 111000 1000100

Color Harmonies of #85DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB81

Black with #85DB81

Text Example


Text Example

White with #85DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DB81; }

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

 H1.HeaderClassName
 {
   color: #85DB81;
 }
 .AnyTagClassName
 {
   color: #85DB81;
 }
</style>

background-color css

<style>
 a { background-color: #85DB81; }

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

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

border-color css

<style>
 span { border-color: #85DB81; }

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

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