#85F46A

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

Shades of Pastel Green #85F46A

Tints of Pastel Green #85F46A

Color information

#85F46A (or 0x85F46A) is unknown color: approx Pastel Green. HEX triplet: 85, F4 and 6A. RGB value is (133,244,106). Sum of RGB (Red+Green+Blue) = 133+244+106=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #85F46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F46A is #7A0B95. Grayscale: #C3C3C3. Windows color (decimal): -7998358 or 7009413. OLE color: 7009413.

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

Color convert

RGB133244106-
CMYK0.4500.570.04
HSL108.26º86.25%68.63%-
HSV(B)108.26º56.56%95.69%-
XYZ44.6370.7324.94-
YUV195.0877.7383.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 244 (95.70% from 255) = 50.52%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=27.54%
G=50.52%
B=21.95%

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
Decimal1332441060.4500.570.04108.2686.2568.63
Hex85F46A2D03946c5645
Octal205364152550714154126105
Binary100001011111010011010101011010111001100110110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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