#85F74F

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

Shades of Screamin' Green #85F74F

Tints of Screamin' Green #85F74F

Color information

#85F74F (or 0x85F74F) is unknown color: approx Screamin' Green. HEX triplet: 85, F7 and 4F. RGB value is (133,247,79). Sum of RGB (Red+Green+Blue) = 133+247+79=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #85F74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F74F is #7A08B0. Grayscale: #C2C2C2. Windows color (decimal): -7997617 or 5240709. OLE color: 5240709.

HSL color Cylindrical-coordinate representation of color #85F74F: hue angle of 100.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85F74F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB13324779-
CMYK0.4600.680.03
HSL100.71º91.3%63.92%-
HSV(B)100.71º68.02%96.86%-
XYZ44.3472.0718.97-
YUV193.7663.2384.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 247 (96.88% from 255) = 53.81%
BLUE value IS 79 (31.25% from 255) = 17.21%
R=28.98%
G=53.81%
B=17.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133247790.4600.680.03100.7191.363.92
Hex85F74F2E0443655b40
Octal2053671175601043145133100
Binary100001011111011110011111011100100010011110010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,247,79); }

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

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

 a { background-color: rgb(133,247,79); }

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

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

 span { border-color: rgb(133,247,79); }

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