#55F94E

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

Shades of Screamin' Green #55F94E

Tints of Screamin' Green #55F94E

Color information

#55F94E (or 0x55F94E) is unknown color: approx Screamin' Green. HEX triplet: 55, F9 and 4E. RGB value is (85,249,78). Sum of RGB (Red+Green+Blue) = 85+249+78=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #55F94E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F94E is #AA06B1. Grayscale: #B4B4B4. Windows color (decimal): -11142834 or 5175637. OLE color: 5175637.

HSL color Cylindrical-coordinate representation of color #55F94E: hue angle of 117.54º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55F94E is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB8524978-
CMYK0.6600.690.02
HSL117.54º93.44%64.12%-
HSV(B)117.54º68.67%97.65%-
XYZ3970.2318.71-
YUV180.4770.1759.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 249 (97.66% from 255) = 60.44%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=20.63%
G=60.44%
B=18.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85249780.6600.690.02117.5493.4464.12
Hex55F94E420452765d40
Octal12537111610201052166135100
Binary101010111111001100111010000100100010110111011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,249,78); }

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

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

 a { background-color: rgb(85,249,78); }

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

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

 span { border-color: rgb(85,249,78); }

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