Html Css Color HEX #85E166 Pastel Green

📋 copy color: '#85E166'

red 133 ◦ green 225 ◦ blue 102

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

Shades of Pastel Green #85E166

Tints of Pastel Green #85E166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 28.91%
G = 48.91%
B = 22.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#85E166 (or 0x85E166) is known color: Pastel Green. HEX triplet: 85, E1 and 66. RGB value is (133,225,102). Sum of RGB (Red+Green+Blue) = 133+225+102=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #85E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E166 is #7A1E99. Grayscale: #B7B7B7. Windows color (decimal): -8003226 or 6742405. OLE color: 6742405.

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

Color convert

RGB 133 225 102 -
CMYK 0.41 0 0.55 0.12
HSL 104.88º 0.67% 0.64% -
HSV(B) 104.88º 0.55% 0.88% -
XYZ 39 59.8 22.06 -
YUV 183.47 82.02 92 -
System Red Green Blue C M Y K H S L
Decimal 133 225 102 0.41 0 0.55 0.12 104.88 0.67 0.64
Hex 85 E1 66 29 0 37 C 69 43 40
Octal 205 341 146 51 0 67 14 151 103 100
Binary 10000101 11100001 1100110 101001 0 110111 1100 1101001 1000011 1000000

Color Harmonies of #85E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E166

Black with #85E166

Text Example


Text Example

White with #85E166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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