Html Css Color HEX #85E471 Pastel Green

📋 copy color: '#85E471'

red 133 ◦ green 228 ◦ blue 113

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

Shades of Pastel Green #85E471

Tints of Pastel Green #85E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 28.06%
G = 48.1%
B = 23.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#85E471 (or 0x85E471) is known color: Pastel Green. HEX triplet: 85, E4 and 71. RGB value is (133,228,113). Sum of RGB (Red+Green+Blue) = 133+228+113=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #85E471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E471 is #7A1B8E. Grayscale: #BABABA. Windows color (decimal): -8002447 or 7464069. OLE color: 7464069.

HSL color Cylindrical-coordinate representation of color #85E471: hue angle of 109.57º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85E471 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 113 -
CMYK 0.42 0 0.50 0.11
HSL 109.57º 0.68% 0.67% -
HSV(B) 109.57º 0.5% 0.89% -
XYZ 40.4 61.67 25.4 -
YUV 186.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 133 228 113 0.42 0 0.50 0.11 109.57 0.68 0.67
Hex 85 E4 71 2A 0 32 B 6E 44 43
Octal 205 344 161 52 0 62 13 156 104 103
Binary 10000101 11100100 1110001 101010 0 110010 1011 1101110 1000100 1000011

Color Harmonies of #85E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E471

Black with #85E471

Text Example


Text Example

White with #85E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,228,113); }

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

background-color css

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

 a { background-color: rgb(133,228,113); }

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

border-color css

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

 span { border-color: rgb(133,228,113); }

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