#55FC78

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

Shades of Screamin' Green #55FC78

Tints of Screamin' Green #55FC78

Color information

#55FC78 (or 0x55FC78) is unknown color: approx Screamin' Green. HEX triplet: 55, FC and 78. RGB value is (85,252,120). Sum of RGB (Red+Green+Blue) = 85+252+120=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FC78 is #AA0387. Grayscale: #BBBBBB. Windows color (decimal): -11142024 or 7928917. OLE color: 7928917.

HSL color Cylindrical-coordinate representation of color #55FC78: hue angle of 132.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FC78 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB85252120-
CMYK0.6600.520.01
HSL132.57º96.53%66.08%-
HSV(B)132.57º66.27%98.82%-
XYZ41.9572.9129.63-
YUV187.0290.1755.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 252 (98.83% from 255) = 55.14%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=18.60%
G=55.14%
B=26.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852521200.6600.520.01132.5796.5366.08
Hex55FC78420341856142
Octal1253741701020641205141102
Binary10101011111110011110001000010011010011000010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,252,120); }

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

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

 a { background-color: rgb(85,252,120); }

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

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

 span { border-color: rgb(85,252,120); }

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