#85FA6F

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

Shades of Screamin' Green #85FA6F

Tints of Screamin' Green #85FA6F

Color information

#85FA6F (or 0x85FA6F) is unknown color: approx Screamin' Green. HEX triplet: 85, FA and 6F. RGB value is (133,250,111). Sum of RGB (Red+Green+Blue) = 133+250+111=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA6F is #7A0590. Grayscale: #C7C7C7. Windows color (decimal): -7996817 or 7338629. OLE color: 7338629.

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

Color convert

RGB133250111-
CMYK0.4700.560.02
HSL110.5º93.29%70.78%-
HSV(B)110.5º55.6%98.04%-
XYZ46.7374.5126.96-
YUV199.1778.2480.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 250 (98.05% from 255) = 50.61%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=26.92%
G=50.61%
B=22.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501110.4700.560.02110.593.2970.78
Hex85FA6F2F03826f5d47
Octal205372157570702157135107
Binary10000101111110101101111101111011100010110111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,111); }

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

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

 a { background-color: rgb(133,250,111); }

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

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

 span { border-color: rgb(133,250,111); }

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