#85F469

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

Shades of Pastel Green #85F469

Tints of Pastel Green #85F469

Color information

#85F469 (or 0x85F469) is unknown color: approx Pastel Green. HEX triplet: 85, F4 and 69. RGB value is (133,244,105). Sum of RGB (Red+Green+Blue) = 133+244+105=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #85F469 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F469 is #7A0B96. Grayscale: #C3C3C3. Windows color (decimal): -7998359 or 6943877. OLE color: 6943877.

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

Color convert

RGB133244105-
CMYK0.4500.570.04
HSL107.91º86.34%68.43%-
HSV(B)107.91º56.97%95.69%-
XYZ44.5770.7124.66-
YUV194.9677.2383.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=27.59%
G=50.62%
B=21.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441050.4500.570.04107.9186.3468.43
Hex85F4692D03946c5644
Octal205364151550714154126104
Binary100001011111010011010011011010111001100110110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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