#55E86F

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

Shades of Screamin' Green #55E86F

Tints of Screamin' Green #55E86F

Color information

#55E86F (or 0x55E86F) is unknown color: approx Screamin' Green. HEX triplet: 55, E8 and 6F. RGB value is (85,232,111). Sum of RGB (Red+Green+Blue) = 85+232+111=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 232 (91.02% from 255 or 54.21% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 232 - color contains mainly: green. Hex color #55E86F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E86F is #AA1790. Grayscale: #AEAEAE. Windows color (decimal): -11147153 or 7333973. OLE color: 7333973.

HSL color Cylindrical-coordinate representation of color #55E86F: hue angle of 130.61º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E86F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB85232111-
CMYK0.6300.520.09
HSL130.61º76.17%62.16%-
HSV(B)130.61º63.36%90.98%-
XYZ35.4760.7924.9-
YUV174.2592.364.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 232 (91.02% from 255) = 54.21%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=19.86%
G=54.21%
B=25.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852321110.6300.520.09130.6176.1762.16
Hex55E86F3F0349834c3e
Octal125350157770641120311476
Binary101010111101000110111111111101101001001100000111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,232,111); }

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

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

 a { background-color: rgb(85,232,111); }

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

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

 span { border-color: rgb(85,232,111); }

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