#85FA61

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

Shades of Screamin' Green #85FA61

Tints of Screamin' Green #85FA61

Color information

#85FA61 (or 0x85FA61) is unknown color: approx Screamin' Green. HEX triplet: 85, FA and 61. RGB value is (133,250,97). Sum of RGB (Red+Green+Blue) = 133+250+97=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA61 is #7A059E. Grayscale: #C6C6C6. Windows color (decimal): -7996831 or 6421125. OLE color: 6421125.

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

Color convert

RGB13325097-
CMYK0.4700.610.02
HSL105.88º93.87%68.04%-
HSV(B)105.88º61.2%98.04%-
XYZ46.0274.2223.21-
YUV197.5871.2481.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=27.71%
G=52.08%
B=20.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133250970.4700.610.02105.8893.8768.04
Hex85FA612F03D26a5e44
Octal205372141570752152136104
Binary10000101111110101100001101111011110110110101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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