#85F957

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

Shades of Screamin' Green #85F957

Tints of Screamin' Green #85F957

Color information

#85F957 (or 0x85F957) is unknown color: approx Screamin' Green. HEX triplet: 85, F9 and 57. RGB value is (133,249,87). Sum of RGB (Red+Green+Blue) = 133+249+87=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #85F957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F957 is #7A06A8. Grayscale: #C4C4C4. Windows color (decimal): -7997097 or 5765509. OLE color: 5765509.

HSL color Cylindrical-coordinate representation of color #85F957: hue angle of 102.96º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85F957 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB13324987-
CMYK0.4700.650.02
HSL102.96º93.1%65.88%-
HSV(B)102.96º65.06%97.65%-
XYZ45.2773.4320.8-
YUV195.8566.5783.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 249 (97.66% from 255) = 53.09%
BLUE value IS 87 (34.38% from 255) = 18.55%
R=28.36%
G=53.09%
B=18.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133249870.4700.650.02102.9693.165.88
Hex85F9572F0412675d42
Octal2053711275701012147135102
Binary100001011111100110101111011110100000110110011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,249,87); }

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

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

 a { background-color: rgb(133,249,87); }

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

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

 span { border-color: rgb(133,249,87); }

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