#85FF4E

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

Shades of Screamin' Green #85FF4E

Tints of Screamin' Green #85FF4E

Color information

#85FF4E (or 0x85FF4E) is unknown color: approx Screamin' Green. HEX triplet: 85, FF and 4E. RGB value is (133,255,78). Sum of RGB (Red+Green+Blue) = 133+255+78=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF4E is #7A00B1. Grayscale: #C6C6C6. Windows color (decimal): -7995570 or 5177221. OLE color: 5177221.

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

Color convert

RGB13325578-
CMYK0.4800.690
HSL101.36º100%65.29%-
HSV(B)101.36º69.41%100%-
XYZ46.8177.0619.61-
YUV198.3460.0881.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 255 (100% from 255) = 54.72%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=28.54%
G=54.72%
B=16.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133255780.4800.690101.3610065.29
Hex85FF4E300450656441
Octal2053771166001050145144101
Binary10000101111111111001110110000010001010110010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,78); }

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

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

 a { background-color: rgb(133,255,78); }

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

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

 span { border-color: rgb(133,255,78); }

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