#85FB4D

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

Shades of Screamin' Green #85FB4D

Tints of Screamin' Green #85FB4D

Color information

#85FB4D (or 0x85FB4D) is unknown color: approx Screamin' Green. HEX triplet: 85, FB and 4D. RGB value is (133,251,77). Sum of RGB (Red+Green+Blue) = 133+251+77=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB4D is #7A04B2. Grayscale: #C4C4C4. Windows color (decimal): -7996595 or 5110661. OLE color: 5110661.

HSL color Cylindrical-coordinate representation of color #85FB4D: hue angle of 100.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85FB4D is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB13325177-
CMYK0.4700.690.02
HSL100.69º95.6%64.31%-
HSV(B)100.69º69.32%98.43%-
XYZ45.5174.5219.01-
YUV195.8860.9183.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 251 (98.44% from 255) = 54.45%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=28.85%
G=54.45%
B=16.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133251770.4700.690.02100.6995.664.31
Hex85FB4D2F0452656040
Octal2053731155701052145140100
Binary100001011111101110011011011110100010110110010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,77); }

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

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

 a { background-color: rgb(133,251,77); }

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

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

 span { border-color: rgb(133,251,77); }

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