Html Css Color HEX #85E676 Pastel Green

📋 copy color: '#85E676'

red 133 ◦ green 230 ◦ blue 118

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

Shades of Pastel Green #85E676

Tints of Pastel Green #85E676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 27.65%
G = 47.82%
B = 24.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#85E676 (or 0x85E676) is known color: Pastel Green. HEX triplet: 85, E6 and 76. RGB value is (133,230,118). Sum of RGB (Red+Green+Blue) = 133+230+118=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #85E676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E676 is #7A1989. Grayscale: #BCBCBC. Windows color (decimal): -8001930 or 7792261. OLE color: 7792261.

HSL color Cylindrical-coordinate representation of color #85E676: hue angle of 111.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85E676 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 118 -
CMYK 0.42 0 0.49 0.10
HSL 111.96º 0.69% 0.68% -
HSV(B) 111.96º 0.49% 0.9% -
XYZ 41.24 62.89 27.1 -
YUV 188.23 88.36 88.61 -
System Red Green Blue C M Y K H S L
Decimal 133 230 118 0.42 0 0.49 0.10 111.96 0.69 0.68
Hex 85 E6 76 2A 0 31 A 70 45 44
Octal 205 346 166 52 0 61 12 160 105 104
Binary 10000101 11100110 1110110 101010 0 110001 1010 1110000 1000101 1000100

Color Harmonies of #85E676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E676

Black with #85E676

Text Example


Text Example

White with #85E676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,230,118); }

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

background-color css

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

 a { background-color: rgb(133,230,118); }

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

border-color css

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

 span { border-color: rgb(133,230,118); }

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