#85F15C

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

Shades of Screamin' Green #85F15C

Tints of Screamin' Green #85F15C

Color information

#85F15C (or 0x85F15C) is unknown color: approx Screamin' Green. HEX triplet: 85, F1 and 5C. RGB value is (133,241,92). Sum of RGB (Red+Green+Blue) = 133+241+92=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #85F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F15C is #7A0EA3. Grayscale: #C0C0C0. Windows color (decimal): -7999140 or 6091141. OLE color: 6091141.

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

Color convert

RGB13324192-
CMYK0.4500.620.05
HSL103.49º84.18%65.29%-
HSV(B)103.49º61.83%94.51%-
XYZ43.0668.6721.11-
YUV191.7271.7286.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 241 (94.53% from 255) = 51.72%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=28.54%
G=51.72%
B=19.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133241920.4500.620.05103.4984.1865.29
Hex85F15C2D03E5675441
Octal205361134550765147124101
Binary100001011111000110111001011010111110101110011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,241,92); }

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

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

 a { background-color: rgb(133,241,92); }

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

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

 span { border-color: rgb(133,241,92); }

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