#55FE85

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

Shades of Screamin' Green #55FE85

Tints of Screamin' Green #55FE85

Color information

#55FE85 (or 0x55FE85) is unknown color: approx Screamin' Green. HEX triplet: 55, FE and 85. RGB value is (85,254,133). Sum of RGB (Red+Green+Blue) = 85+254+133=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FE85 is #AA017A. Grayscale: #BDBDBD. Windows color (decimal): -11141499 or 8781397. OLE color: 8781397.

HSL color Cylindrical-coordinate representation of color #55FE85: hue angle of 137.04º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FE85 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB85254133-
CMYK0.6700.480.00
HSL137.04º98.83%66.47%-
HSV(B)137.04º66.54%99.61%-
XYZ43.4274.5134.28-
YUV189.6896.0153.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 254 (99.61% from 255) = 53.81%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=18.01%
G=53.81%
B=28.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541330.6700.480.00137.0498.8366.47
Hex55FE85430300896342
Octal1253762051030600211143102
Binary101010111111110100001011000011011000001000100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55FE85; }

 p { color: rgb(85,254,133); }

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

<style>
 a { background-color: #55FE85; }

 a { background-color: rgb(85,254,133); }

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

<style>
 span { border-color: #55FE85; }

 span { border-color: rgb(85,254,133); }

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