#85F672

Color #85F672 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #85F672

Tints of Pastel Green #85F672

Color information

#85F672 (or 0x85F672) is unknown color: approx Pastel Green. HEX triplet: 85, F6 and 72. RGB value is (133,246,114). Sum of RGB (Red+Green+Blue) = 133+246+114=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #85F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F672 is #7A098D. Grayscale: #C5C5C5. Windows color (decimal): -7997838 or 7534213. OLE color: 7534213.

HSL color Cylindrical-coordinate representation of color #85F672: hue angle of 111.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85F672 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB133246114-
CMYK0.4600.540.04
HSL111.36º88%70.59%-
HSV(B)111.36º53.66%96.47%-
XYZ45.6772.1127.43-
YUV197.1681.0682.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 246 (96.48% from 255) = 49.90%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=26.98%
G=49.90%
B=23.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332461140.4600.540.04111.368870.59
Hex85F6722E03646f5847
Octal205366162560664157130107
Binary100001011111011011100101011100110110100110111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,246,114); }

 H1.HeaderClassName
 {
   color: #85F672;
 }
 .AnyTagClassName
 {
   color: #85F672;
 }
</style>
background-color css

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

 a { background-color: rgb(133,246,114); }

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

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

 span { border-color: rgb(133,246,114); }

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