#55F166

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

Shades of Screamin' Green #55F166

Tints of Screamin' Green #55F166

Color information

#55F166 (or 0x55F166) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 66. RGB value is (85,241,102). Sum of RGB (Red+Green+Blue) = 85+241+102=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #55F166 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F166 is #AA0E99. Grayscale: #B2B2B2. Windows color (decimal): -11144858 or 6746453. OLE color: 6746453.

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

Color convert

RGB85241102-
CMYK0.6500.580.05
HSL126.54º84.78%63.92%-
HSV(B)126.54º64.73%94.51%-
XYZ37.665.823.29-
YUV178.5184.8261.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 241 (94.53% from 255) = 56.31%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=19.86%
G=56.31%
B=23.83%

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
Decimal852411020.6500.580.05126.5484.7863.92
Hex55F1664103A57f5540
Octal1253611461010725177125100
Binary101010111110001110011010000010111010101111111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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