Html Css Color HEX #85E778 Pastel Green

📋 copy color: '#85E778'

red 133 ◦ green 231 ◦ blue 120

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

Shades of Pastel Green #85E778

Tints of Pastel Green #85E778

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.73%

 BLUE value IS 120 (47.27% from 255) = 24.79%

R = 27.48%
G = 47.73%
B = 24.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#85E778 (or 0x85E778) is known color: Pastel Green. HEX triplet: 85, E7 and 78. RGB value is (133,231,120). Sum of RGB (Red+Green+Blue) = 133+231+120=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #85E778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E778 is #7A1887. Grayscale: #BDBDBD. Windows color (decimal): -8001672 or 7923589. OLE color: 7923589.

HSL color Cylindrical-coordinate representation of color #85E778: hue angle of 112.97º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E778 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 120 -
CMYK 0.42 0 0.48 0.09
HSL 112.97º 0.7% 0.69% -
HSV(B) 112.97º 0.48% 0.91% -
XYZ 41.64 63.49 27.83 -
YUV 189.04 89.03 88.03 -
System Red Green Blue C M Y K H S L
Decimal 133 231 120 0.42 0 0.48 0.09 112.97 0.7 0.69
Hex 85 E7 78 2A 0 30 9 71 46 45
Octal 205 347 170 52 0 60 11 161 106 105
Binary 10000101 11100111 1111000 101010 0 110000 1001 1110001 1000110 1000101

Color Harmonies of #85E778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E778

Black with #85E778

Text Example


Text Example

White with #85E778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,231,120); }

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

background-color css

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

 a { background-color: rgb(133,231,120); }

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

border-color css

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

 span { border-color: rgb(133,231,120); }

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