#85FE52

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

Shades of Screamin' Green #85FE52

Tints of Screamin' Green #85FE52

Color information

#85FE52 (or 0x85FE52) is unknown color: approx Screamin' Green. HEX triplet: 85, FE and 52. RGB value is (133,254,82). Sum of RGB (Red+Green+Blue) = 133+254+82=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE52 is #7A01AD. Grayscale: #C6C6C6. Windows color (decimal): -7995822 or 5439109. OLE color: 5439109.

HSL color Cylindrical-coordinate representation of color #85FE52: hue angle of 102.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85FE52 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB13325482-
CMYK0.4800.680.00
HSL102.21º98.85%65.88%-
HSV(B)102.21º67.72%99.61%-
XYZ46.6476.4820.29-
YUV198.2162.4181.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 254 (99.61% from 255) = 54.16%
BLUE value IS 82 (32.42% from 255) = 17.48%
R=28.36%
G=54.16%
B=17.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal133254820.4800.680.00102.2198.8565.88
Hex85FE52300440666342
Octal2053761226001040146143102
Binary10000101111111101010010110000010001000110011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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