#85F65A

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

Shades of Screamin' Green #85F65A

Tints of Screamin' Green #85F65A

Color information

#85F65A (or 0x85F65A) is unknown color: approx Screamin' Green. HEX triplet: 85, F6 and 5A. RGB value is (133,246,90). Sum of RGB (Red+Green+Blue) = 133+246+90=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #85F65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F65A is #7A09A5. Grayscale: #C2C2C2. Windows color (decimal): -7997862 or 5961349. OLE color: 5961349.

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

Color convert

RGB13324690-
CMYK0.4600.630.04
HSL103.46º89.66%65.88%-
HSV(B)103.46º63.41%96.47%-
XYZ44.4771.6421.16-
YUV194.4369.0684.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 246 (96.48% from 255) = 52.45%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=28.36%
G=52.45%
B=19.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133246900.4600.630.04103.4689.6665.88
Hex85F65A2E03F4675a42
Octal205366132560774147132102
Binary100001011111011010110101011100111111100110011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,246,90); }

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

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

 a { background-color: rgb(133,246,90); }

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

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

 span { border-color: rgb(133,246,90); }

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