#55F17F

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

Shades of Screamin' Green #55F17F

Tints of Screamin' Green #55F17F

Color information

#55F17F (or 0x55F17F) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 7F. RGB value is (85,241,127). Sum of RGB (Red+Green+Blue) = 85+241+127=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #55F17F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F17F is #AA0E80. Grayscale: #B5B5B5. Windows color (decimal): -11144833 or 8384853. OLE color: 8384853.

HSL color Cylindrical-coordinate representation of color #55F17F: hue angle of 136.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F17F is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB85241127-
CMYK0.6500.470.05
HSL136.15º84.78%63.92%-
HSV(B)136.15º64.73%94.51%-
XYZ39.0366.3730.83-
YUV181.3697.3259.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 241 (94.53% from 255) = 53.20%
BLUE value IS 127 (50% from 255) = 28.04%
R=18.76%
G=53.20%
B=28.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411270.6500.470.05136.1584.7863.92
Hex55F17F4102F5885540
Octal1253611771010575210125100
Binary1010101111100011111111100000101011111011000100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,241,127); }

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

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

 a { background-color: rgb(85,241,127); }

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

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

 span { border-color: rgb(85,241,127); }

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