#55F165

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

Shades of Screamin' Green #55F165

Tints of Screamin' Green #55F165

Color information

#55F165 (or 0x55F165) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 65. RGB value is (85,241,101). Sum of RGB (Red+Green+Blue) = 85+241+101=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #55F165 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F165 is #AA0E9A. Grayscale: #B2B2B2. Windows color (decimal): -11144859 or 6680917. OLE color: 6680917.

HSL color Cylindrical-coordinate representation of color #55F165: hue angle of 126.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 #55F165 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB85241101-
CMYK0.6500.580.05
HSL126.15º84.78%63.92%-
HSV(B)126.15º64.73%94.51%-
XYZ37.5565.7823.03-
YUV178.484.3261.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 241 (94.53% from 255) = 56.44%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=19.91%
G=56.44%
B=23.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411010.6500.580.05126.1584.7863.92
Hex55F1654103A57e5540
Octal1253611451010725176125100
Binary101010111110001110010110000010111010101111111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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