Html Css Color HEX #85D679 Pastel Green

📋 copy color: '#85D679'

red 133 ◦ green 214 ◦ blue 121

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

Shades of Pastel Green #85D679

Tints of Pastel Green #85D679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 28.42%
G = 45.73%
B = 25.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#85D679 (or 0x85D679) is known color: Pastel Green. HEX triplet: 85, D6 and 79. RGB value is (133,214,121). Sum of RGB (Red+Green+Blue) = 133+214+121=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #85D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D679 is #7A2986. Grayscale: #B3B3B3. Windows color (decimal): -8006023 or 7984773. OLE color: 7984773.

HSL color Cylindrical-coordinate representation of color #85D679: hue angle of 112.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D679 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 121 -
CMYK 0.38 0 0.43 0.16
HSL 112.26º 0.53% 0.66% -
HSV(B) 112.26º 0.43% 0.84% -
XYZ 37.17 54.46 26.64 -
YUV 179.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 133 214 121 0.38 0 0.43 0.16 112.26 0.53 0.66
Hex 85 D6 79 26 0 2B 10 70 35 42
Octal 205 326 171 46 0 53 20 160 65 102
Binary 10000101 11010110 1111001 100110 0 101011 10000 1110000 110101 1000010

Color Harmonies of #85D679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D679

Black with #85D679

Text Example


Text Example

White with #85D679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,121); }

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

background-color css

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

 a { background-color: rgb(133,214,121); }

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

border-color css

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

 span { border-color: rgb(133,214,121); }

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