Html Css Color HEX #85EC71 Pastel Green

📋 copy color: '#85EC71'

red 133 ◦ green 236 ◦ blue 113

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

Shades of Pastel Green #85EC71

Tints of Pastel Green #85EC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 27.59%
G = 48.96%
B = 23.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#85EC71 (or 0x85EC71) is known color: Pastel Green. HEX triplet: 85, EC and 71. RGB value is (133,236,113). Sum of RGB (Red+Green+Blue) = 133+236+113=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC71 is #7A138E. Grayscale: #BFBFBF. Windows color (decimal): -8000399 or 7466117. OLE color: 7466117.

HSL color Cylindrical-coordinate representation of color #85EC71: hue angle of 110.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85EC71 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 113 -
CMYK 0.44 0 0.52 0.07
HSL 110.24º 0.76% 0.68% -
HSV(B) 110.24º 0.52% 0.93% -
XYZ 42.65 66.17 26.15 -
YUV 191.18 83.88 86.5 -
System Red Green Blue C M Y K H S L
Decimal 133 236 113 0.44 0 0.52 0.07 110.24 0.76 0.68
Hex 85 EC 71 2C 0 34 7 6E 4C 44
Octal 205 354 161 54 0 64 7 156 114 104
Binary 10000101 11101100 1110001 101100 0 110100 111 1101110 1001100 1000100

Color Harmonies of #85EC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC71

Black with #85EC71

Text Example


Text Example

White with #85EC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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