Html Css Color HEX #85E772 Pastel Green

📋 copy color: '#85E772'

red 133 ◦ green 231 ◦ blue 114

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

Shades of Pastel Green #85E772

Tints of Pastel Green #85E772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.33%

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 27.82%
G = 48.33%
B = 23.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#85E772 (or 0x85E772) is known color: Pastel Green. HEX triplet: 85, E7 and 72. RGB value is (133,231,114). Sum of RGB (Red+Green+Blue) = 133+231+114=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #85E772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E772 is #7A188D. Grayscale: #BCBCBC. Windows color (decimal): -8001678 or 7530373. OLE color: 7530373.

HSL color Cylindrical-coordinate representation of color #85E772: hue angle of 110.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85E772 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 114 -
CMYK 0.42 0 0.51 0.09
HSL 110.26º 0.71% 0.68% -
HSV(B) 110.26º 0.51% 0.91% -
XYZ 41.29 63.35 25.97 -
YUV 188.36 86.03 88.51 -
System Red Green Blue C M Y K H S L
Decimal 133 231 114 0.42 0 0.51 0.09 110.26 0.71 0.68
Hex 85 E7 72 2A 0 33 9 6E 47 44
Octal 205 347 162 52 0 63 11 156 107 104
Binary 10000101 11100111 1110010 101010 0 110011 1001 1101110 1000111 1000100

Color Harmonies of #85E772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E772

Black with #85E772

Text Example


Text Example

White with #85E772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,231,114); }

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

background-color css

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

 a { background-color: rgb(133,231,114); }

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

border-color css

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

 span { border-color: rgb(133,231,114); }

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