#85FB49

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

Shades of Screamin' Green #85FB49

Tints of Screamin' Green #85FB49

Color information

#85FB49 (or 0x85FB49) is unknown color: approx Screamin' Green. HEX triplet: 85, FB and 49. RGB value is (133,251,73). Sum of RGB (Red+Green+Blue) = 133+251+73=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB49 is #7A04B6. Grayscale: #C4C4C4. Windows color (decimal): -7996599 or 4848517. OLE color: 4848517.

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

Color convert

RGB13325173-
CMYK0.4700.710.02
HSL99.78º95.7%63.53%-
HSV(B)99.78º70.92%98.43%-
XYZ45.3774.4618.28-
YUV195.4358.9183.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 251 (98.44% from 255) = 54.92%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=29.10%
G=54.92%
B=15.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133251730.4700.710.0299.7895.763.53
Hex85FB492F0472646040
Octal2053731115701072144140100
Binary100001011111101110010011011110100011110110010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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