Html Css Color HEX #85DB80 Pastel Green

📋 copy color: '#85DB80'

red 133 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #85DB80

Tints of Pastel Green #85DB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 27.71%
G = 45.63%
B = 26.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#85DB80 (or 0x85DB80) is known color: Pastel Green. HEX triplet: 85, DB and 80. RGB value is (133,219,128). Sum of RGB (Red+Green+Blue) = 133+219+128=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB80 is #7A247F. Grayscale: #B7B7B7. Windows color (decimal): -8004736 or 8444805. OLE color: 8444805.

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

Color convert

RGB 133 219 128 -
CMYK 0.39 0 0.42 0.14
HSL 116.7º 0.56% 0.68% -
HSV(B) 116.7º 0.42% 0.86% -
XYZ 38.9 57.21 29.41 -
YUV 182.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 133 219 128 0.39 0 0.42 0.14 116.7 0.56 0.68
Hex 85 DB 80 27 0 2A E 75 38 44
Octal 205 333 200 47 0 52 16 165 70 104
Binary 10000101 11011011 10000000 100111 0 101010 1110 1110101 111000 1000100

Color Harmonies of #85DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB80

Black with #85DB80

Text Example


Text Example

White with #85DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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