Html Css Color HEX #85D57C Pastel Green

📋 copy color: '#85D57C'

red 133 ◦ green 213 ◦ blue 124

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

Shades of Pastel Green #85D57C

Tints of Pastel Green #85D57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 28.3%
G = 45.32%
B = 26.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#85D57C (or 0x85D57C) is known color: Pastel Green. HEX triplet: 85, D5 and 7C. RGB value is (133,213,124). Sum of RGB (Red+Green+Blue) = 133+213+124=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #85D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D57C is #7A2A83. Grayscale: #B3B3B3. Windows color (decimal): -8006276 or 8181125. OLE color: 8181125.

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

Color convert

RGB 133 213 124 -
CMYK 0.38 0 0.42 0.16
HSL 113.93º 0.51% 0.66% -
HSV(B) 113.93º 0.42% 0.84% -
XYZ 37.11 54.03 27.54 -
YUV 178.93 97 95.24 -
System Red Green Blue C M Y K H S L
Decimal 133 213 124 0.38 0 0.42 0.16 113.93 0.51 0.66
Hex 85 D5 7C 26 0 2A 10 72 33 42
Octal 205 325 174 46 0 52 20 162 63 102
Binary 10000101 11010101 1111100 100110 0 101010 10000 1110010 110011 1000010

Color Harmonies of #85D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D57C

Black with #85D57C

Text Example


Text Example

White with #85D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,213,124); }

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

background-color css

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

 a { background-color: rgb(133,213,124); }

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

border-color css

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

 span { border-color: rgb(133,213,124); }

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