Html Css Color HEX #85DC82 Pastel Green

📋 copy color: '#85DC82'

red 133 ◦ green 220 ◦ blue 130

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

Shades of Pastel Green #85DC82

Tints of Pastel Green #85DC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 27.54%
G = 45.55%
B = 26.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#85DC82 (or 0x85DC82) is known color: Pastel Green. HEX triplet: 85, DC and 82. RGB value is (133,220,130). Sum of RGB (Red+Green+Blue) = 133+220+130=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC82 is #7A237D. Grayscale: #B8B8B8. Windows color (decimal): -8004478 or 8576133. OLE color: 8576133.

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

Color convert

RGB 133 220 130 -
CMYK 0.40 0 0.41 0.14
HSL 118º 0.56% 0.69% -
HSV(B) 118º 0.41% 0.86% -
XYZ 39.3 57.78 30.2 -
YUV 183.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 133 220 130 0.40 0 0.41 0.14 118 0.56 0.69
Hex 85 DC 82 28 0 29 E 76 38 45
Octal 205 334 202 50 0 51 16 166 70 105
Binary 10000101 11011100 10000010 101000 0 101001 1110 1110110 111000 1000101

Color Harmonies of #85DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC82

Black with #85DC82

Text Example


Text Example

White with #85DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,130); }

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

background-color css

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

 a { background-color: rgb(133,220,130); }

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

border-color css

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

 span { border-color: rgb(133,220,130); }

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