Html Css Color HEX #85D86D Pastel Green

📋 copy color: '#85D86D'

red 133 ◦ green 216 ◦ blue 109

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

Shades of Pastel Green #85D86D

Tints of Pastel Green #85D86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 29.04%
G = 47.16%
B = 23.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#85D86D (or 0x85D86D) is known color: Pastel Green. HEX triplet: 85, D8 and 6D. RGB value is (133,216,109). Sum of RGB (Red+Green+Blue) = 133+216+109=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #85D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D86D is #7A2792. Grayscale: #B3B3B3. Windows color (decimal): -8005523 or 7198853. OLE color: 7198853.

HSL color Cylindrical-coordinate representation of color #85D86D: hue angle of 106.54º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85D86D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 109 -
CMYK 0.38 0 0.50 0.15
HSL 106.54º 0.58% 0.64% -
HSV(B) 106.54º 0.5% 0.85% -
XYZ 36.99 55.2 23.17 -
YUV 178.99 88.5 95.2 -
System Red Green Blue C M Y K H S L
Decimal 133 216 109 0.38 0 0.50 0.15 106.54 0.58 0.64
Hex 85 D8 6D 26 0 32 F 6B 3A 40
Octal 205 330 155 46 0 62 17 153 72 100
Binary 10000101 11011000 1101101 100110 0 110010 1111 1101011 111010 1000000

Color Harmonies of #85D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D86D

Black with #85D86D

Text Example


Text Example

White with #85D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,109); }

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

background-color css

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

 a { background-color: rgb(133,216,109); }

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

border-color css

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

 span { border-color: rgb(133,216,109); }

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