#85F466

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

Shades of Pastel Green #85F466

Tints of Pastel Green #85F466

Color information

#85F466 (or 0x85F466) is unknown color: approx Pastel Green. HEX triplet: 85, F4 and 66. RGB value is (133,244,102). Sum of RGB (Red+Green+Blue) = 133+244+102=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #85F466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F466 is #7A0B99. Grayscale: #C3C3C3. Windows color (decimal): -7998362 or 6747269. OLE color: 6747269.

HSL color Cylindrical-coordinate representation of color #85F466: hue angle of 106.9º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85F466 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB133244102-
CMYK0.4500.580.04
HSL106.9º86.59%67.84%-
HSV(B)106.9º58.2%95.69%-
XYZ44.4270.6523.87-
YUV194.6275.7384.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 244 (95.70% from 255) = 50.94%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=27.77%
G=50.94%
B=21.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441020.4500.580.04106.986.5967.84
Hex85F4662D03A46b5744
Octal205364146550724153127104
Binary100001011111010011001101011010111010100110101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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