Html Css Color HEX #85E56D Pastel Green

📋 copy color: '#85E56D'

red 133 ◦ green 229 ◦ blue 109

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

Shades of Pastel Green #85E56D

Tints of Pastel Green #85E56D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.62%

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

R = 28.24%
G = 48.62%
B = 23.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#85E56D (or 0x85E56D) is known color: Pastel Green. HEX triplet: 85, E5 and 6D. RGB value is (133,229,109). Sum of RGB (Red+Green+Blue) = 133+229+109=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #85E56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E56D is #7A1A92. Grayscale: #BBBBBB. Windows color (decimal): -8002195 or 7202181. OLE color: 7202181.

HSL color Cylindrical-coordinate representation of color #85E56D: hue angle of 108º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E56D is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 109 -
CMYK 0.42 0 0.52 0.10
HSL 108º 0.7% 0.66% -
HSV(B) 108º 0.52% 0.9% -
XYZ 40.45 62.13 24.33 -
YUV 186.62 84.2 89.76 -
System Red Green Blue C M Y K H S L
Decimal 133 229 109 0.42 0 0.52 0.10 108 0.7 0.66
Hex 85 E5 6D 2A 0 34 A 6C 46 42
Octal 205 345 155 52 0 64 12 154 106 102
Binary 10000101 11100101 1101101 101010 0 110100 1010 1101100 1000110 1000010

Color Harmonies of #85E56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E56D

Black with #85E56D

Text Example


Text Example

White with #85E56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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