#85F275

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

Shades of Pastel Green #85F275

Tints of Pastel Green #85F275

Color information

#85F275 (or 0x85F275) is unknown color: approx Pastel Green. HEX triplet: 85, F2 and 75. RGB value is (133,242,117). Sum of RGB (Red+Green+Blue) = 133+242+117=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #85F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F275 is #7A0D8A. Grayscale: #C3C3C3. Windows color (decimal): -7998859 or 7729797. OLE color: 7729797.

HSL color Cylindrical-coordinate representation of color #85F275: hue angle of 112.32º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85F275 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB133242117-
CMYK0.4500.520.05
HSL112.32º82.78%70.39%-
HSV(B)112.32º51.65%94.9%-
XYZ44.6469.7827.95-
YUV195.1683.8983.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 242 (94.92% from 255) = 49.19%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=27.03%
G=49.19%
B=23.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332421170.4500.520.05112.3282.7870.39
Hex85F2752D0345705346
Octal205362165550645160123106
Binary100001011111001011101011011010110100101111000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,242,117); }

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

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

 a { background-color: rgb(133,242,117); }

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

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

 span { border-color: rgb(133,242,117); }

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