Html Css Color HEX #85D76C Pastel Green

📋 copy color: '#85D76C'

red 133 ◦ green 215 ◦ blue 108

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

Shades of Pastel Green #85D76C

Tints of Pastel Green #85D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.15%

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 29.17%
G = 47.15%
B = 23.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#85D76C (or 0x85D76C) is known color: Pastel Green. HEX triplet: 85, D7 and 6C. RGB value is (133,215,108). Sum of RGB (Red+Green+Blue) = 133+215+108=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #85D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D76C is #7A2893. Grayscale: #B2B2B2. Windows color (decimal): -8005780 or 7133061. OLE color: 7133061.

HSL color Cylindrical-coordinate representation of color #85D76C: hue angle of 105.98º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85D76C is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 108 -
CMYK 0.38 0 0.50 0.16
HSL 105.98º 0.57% 0.63% -
HSV(B) 105.98º 0.5% 0.84% -
XYZ 36.68 54.67 22.81 -
YUV 178.28 88.33 95.7 -
System Red Green Blue C M Y K H S L
Decimal 133 215 108 0.38 0 0.50 0.16 105.98 0.57 0.63
Hex 85 D7 6C 26 0 32 10 6A 39 3F
Octal 205 327 154 46 0 62 20 152 71 77
Binary 10000101 11010111 1101100 100110 0 110010 10000 1101010 111001 111111

Color Harmonies of #85D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D76C

Black with #85D76C

Text Example


Text Example

White with #85D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,108); }

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

background-color css

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

 a { background-color: rgb(133,215,108); }

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

border-color css

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

 span { border-color: rgb(133,215,108); }

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