#55F346

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

Shades of Screamin' Green #55F346

Tints of Screamin' Green #55F346

Color information

#55F346 (or 0x55F346) is unknown color: approx Screamin' Green. HEX triplet: 55, F3 and 46. RGB value is (85,243,70). Sum of RGB (Red+Green+Blue) = 85+243+70=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 243 (95.31% from 255 or 61.06% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 243 - color contains mainly: green. Hex color #55F346 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F346 is #AA0CB9. Grayscale: #B0B0B0. Windows color (decimal): -11144378 or 4649813. OLE color: 4649813.

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

Color convert

RGB8524370-
CMYK0.6500.710.05
HSL114.8º87.82%61.37%-
HSV(B)114.8º71.19%95.29%-
XYZ36.966.4716.68-
YUV176.0468.1563.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 243 (95.31% from 255) = 61.06%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=21.36%
G=61.06%
B=17.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85243700.6500.710.05114.887.8261.37
Hex55F34641047573583d
Octal1253631061010107516313075
Binary101010111110011100011010000010100011110111100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,243,70); }

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

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

 a { background-color: rgb(85,243,70); }

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

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

 span { border-color: rgb(85,243,70); }

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