#55F378

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

Shades of Screamin' Green #55F378

Tints of Screamin' Green #55F378

Color information

#55F378 (or 0x55F378) is unknown color: approx Screamin' Green. HEX triplet: 55, F3 and 78. RGB value is (85,243,120). Sum of RGB (Red+Green+Blue) = 85+243+120=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #55F378 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F378 is #AA0C87. Grayscale: #B6B6B6. Windows color (decimal): -11144328 or 7926613. OLE color: 7926613.

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

Color convert

RGB85243120-
CMYK0.6500.510.05
HSL133.29º86.81%64.31%-
HSV(B)133.29º65.02%95.29%-
XYZ39.1967.3928.71-
YUV181.7493.1559-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 243 (95.31% from 255) = 54.24%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=18.97%
G=54.24%
B=26.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852431200.6500.510.05133.2986.8164.31
Hex55F378410335855740
Octal1253631701010635205127100
Binary1010101111100111111000100000101100111011000010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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