#85FF58

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

Shades of Screamin' Green #85FF58

Tints of Screamin' Green #85FF58

Color information

#85FF58 (or 0x85FF58) is unknown color: approx Screamin' Green. HEX triplet: 85, FF and 58. RGB value is (133,255,88). Sum of RGB (Red+Green+Blue) = 133+255+88=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF58 is #7A00A7. Grayscale: #C8C8C8. Windows color (decimal): -7995560 or 5832581. OLE color: 5832581.

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

Color convert

RGB13325588-
CMYK0.4800.650
HSL103.83º100%67.25%-
HSV(B)103.83º65.49%100%-
XYZ47.1977.2121.65-
YUV199.4865.0880.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 255 (100% from 255) = 53.57%
BLUE value IS 88 (34.77% from 255) = 18.49%
R=27.94%
G=53.57%
B=18.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133255880.4800.650103.8310067.25
Hex85FF58300410686443
Octal2053771306001010150144103
Binary10000101111111111011000110000010000010110100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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