Html Css Color HEX #85D86E Pastel Green

📋 copy color: '#85D86E'

red 133 ◦ green 216 ◦ blue 110

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

Shades of Pastel Green #85D86E

Tints of Pastel Green #85D86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 28.98%
G = 47.06%
B = 23.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#85D86E (or 0x85D86E) is known color: Pastel Green. HEX triplet: 85, D8 and 6E. RGB value is (133,216,110). Sum of RGB (Red+Green+Blue) = 133+216+110=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #85D86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D86E is #7A2791. Grayscale: #B3B3B3. Windows color (decimal): -8005522 or 7264389. OLE color: 7264389.

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

Color convert

RGB 133 216 110 -
CMYK 0.38 0 0.49 0.15
HSL 106.98º 0.58% 0.64% -
HSV(B) 106.98º 0.49% 0.85% -
XYZ 37.04 55.22 23.46 -
YUV 179.1 89 95.12 -
System Red Green Blue C M Y K H S L
Decimal 133 216 110 0.38 0 0.49 0.15 106.98 0.58 0.64
Hex 85 D8 6E 26 0 31 F 6B 3A 40
Octal 205 330 156 46 0 61 17 153 72 100
Binary 10000101 11011000 1101110 100110 0 110001 1111 1101011 111010 1000000

Color Harmonies of #85D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D86E

Black with #85D86E

Text Example


Text Example

White with #85D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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