#85F359

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

Shades of Screamin' Green #85F359

Tints of Screamin' Green #85F359

Color information

#85F359 (or 0x85F359) is unknown color: approx Screamin' Green. HEX triplet: 85, F3 and 59. RGB value is (133,243,89). Sum of RGB (Red+Green+Blue) = 133+243+89=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #85F359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F359 is #7A0CA6. Grayscale: #C1C1C1. Windows color (decimal): -7998631 or 5895045. OLE color: 5895045.

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

Color convert

RGB13324389-
CMYK0.4500.630.05
HSL102.86º86.52%65.1%-
HSV(B)102.86º63.37%95.29%-
XYZ43.5369.8120.63-
YUV192.5569.5685.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 243 (95.31% from 255) = 52.26%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=28.60%
G=52.26%
B=19.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133243890.4500.630.05102.8686.5265.1
Hex85F3592D03F5675741
Octal205363131550775147127101
Binary100001011111001110110011011010111111101110011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,243,89); }

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

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

 a { background-color: rgb(133,243,89); }

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

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

 span { border-color: rgb(133,243,89); }

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