Html Css Color HEX #85E184 Pastel Green

📋 copy color: '#85E184'

red 133 ◦ green 225 ◦ blue 132

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

Shades of Pastel Green #85E184

Tints of Pastel Green #85E184

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 27.14%
G = 45.92%
B = 26.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#85E184 (or 0x85E184) is known color: Pastel Green. HEX triplet: 85, E1 and 84. RGB value is (133,225,132). Sum of RGB (Red+Green+Blue) = 133+225+132=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #85E184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E184 is #7A1E7B. Grayscale: #BBBBBB. Windows color (decimal): -8003196 or 8708485. OLE color: 8708485.

HSL color Cylindrical-coordinate representation of color #85E184: hue angle of 119.35º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E184 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 132 -
CMYK 0.41 0 0.41 0.12
HSL 119.35º 0.61% 0.7% -
HSV(B) 119.35º 0.41% 0.88% -
XYZ 40.76 60.5 31.36 -
YUV 186.89 97.02 89.56 -
System Red Green Blue C M Y K H S L
Decimal 133 225 132 0.41 0 0.41 0.12 119.35 0.61 0.7
Hex 85 E1 84 29 0 29 C 77 3D 46
Octal 205 341 204 51 0 51 14 167 75 106
Binary 10000101 11100001 10000100 101001 0 101001 1100 1110111 111101 1000110

Color Harmonies of #85E184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E184

Black with #85E184

Text Example


Text Example

White with #85E184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,132); }

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

background-color css

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

 a { background-color: rgb(133,225,132); }

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

border-color css

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

 span { border-color: rgb(133,225,132); }

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