#55FF5D

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

Shades of Screamin' Green #55FF5D

Tints of Screamin' Green #55FF5D

Color information

#55FF5D (or 0x55FF5D) is unknown color: approx Screamin' Green. HEX triplet: 55, FF and 5D. RGB value is (85,255,93). Sum of RGB (Red+Green+Blue) = 85+255+93=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FF5D is #AA00A2. Grayscale: #BABABA. Windows color (decimal): -11141283 or 6160213. OLE color: 6160213.

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

Color convert

RGB8525593-
CMYK0.6700.640
HSL122.82º100%66.67%-
HSV(B)122.82º66.67%100%-
XYZ41.4874.2422.5-
YUV185.775.6856.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 255 (100% from 255) = 58.89%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=19.63%
G=58.89%
B=21.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85255930.6700.640122.8210066.67
Hex55FF5D4304007b6443
Octal12537713510301000173144103
Binary10101011111111110111011000011010000000111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,255,93); }

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

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

 a { background-color: rgb(85,255,93); }

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

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

 span { border-color: rgb(85,255,93); }

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