#85F552

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

Shades of Screamin' Green #85F552

Tints of Screamin' Green #85F552

Color information

#85F552 (or 0x85F552) is unknown color: approx Screamin' Green. HEX triplet: 85, F5 and 52. RGB value is (133,245,82). Sum of RGB (Red+Green+Blue) = 133+245+82=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #85F552 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F552 is #7A0AAD. Grayscale: #C1C1C1. Windows color (decimal): -7998126 or 5436805. OLE color: 5436805.

HSL color Cylindrical-coordinate representation of color #85F552: hue angle of 101.23º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85F552 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB13324582-
CMYK0.4600.670.04
HSL101.23º89.07%64.12%-
HSV(B)101.23º66.53%96.08%-
XYZ43.8570.919.36-
YUV192.9365.3985.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 245 (96.09% from 255) = 53.26%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=28.91%
G=53.26%
B=17.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133245820.4600.670.04101.2389.0764.12
Hex85F5522E0434655940
Octal2053651225601034145131100
Binary1000010111110101101001010111001000011100110010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,245,82); }

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

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

 a { background-color: rgb(133,245,82); }

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

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

 span { border-color: rgb(133,245,82); }

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