#55F14D

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

Shades of Screamin' Green #55F14D

Tints of Screamin' Green #55F14D

Color information

#55F14D (or 0x55F14D) is unknown color: approx Screamin' Green. HEX triplet: 55, F1 and 4D. RGB value is (85,241,77). Sum of RGB (Red+Green+Blue) = 85+241+77=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #55F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F14D is #AA0EB2. Grayscale: #B0B0B0. Windows color (decimal): -11144883 or 5108053. OLE color: 5108053.

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

Color convert

RGB8524177-
CMYK0.6500.680.05
HSL117.07º85.42%62.35%-
HSV(B)117.07º68.05%94.51%-
XYZ36.5465.3817.71-
YUV175.6672.3263.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 241 (94.53% from 255) = 59.80%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=21.09%
G=59.80%
B=19.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85241770.6500.680.05117.0785.4262.35
Hex55F14D41044575553e
Octal1253611151010104516512576
Binary101010111110001100110110000010100010010111101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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