#55FC4E

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

Shades of Screamin' Green #55FC4E

Tints of Screamin' Green #55FC4E

Color information

#55FC4E (or 0x55FC4E) is unknown color: approx Screamin' Green. HEX triplet: 55, FC and 4E. RGB value is (85,252,78). Sum of RGB (Red+Green+Blue) = 85+252+78=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC4E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FC4E is #AA03B1. Grayscale: #B6B6B6. Windows color (decimal): -11142066 or 5176405. OLE color: 5176405.

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

Color convert

RGB8525278-
CMYK0.6600.690.01
HSL117.59º96.67%64.71%-
HSV(B)117.59º69.05%98.82%-
XYZ39.9372.119.02-
YUV182.2369.1758.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 252 (98.83% from 255) = 60.72%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=20.48%
G=60.72%
B=18.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85252780.6600.690.01117.5996.6764.71
Hex55FC4E420451766141
Octal12537411610201051166141101
Binary10101011111110010011101000010010001011111011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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