#55F381

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

Shades of Screamin' Green #55F381

Tints of Screamin' Green #55F381

Color information

#55F381 (or 0x55F381) is unknown color: approx Screamin' Green. HEX triplet: 55, F3 and 81. RGB value is (85,243,129). Sum of RGB (Red+Green+Blue) = 85+243+129=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #55F381 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F381 is #AA0C7E. Grayscale: #B7B7B7. Windows color (decimal): -11144319 or 8516437. OLE color: 8516437.

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

Color convert

RGB85243129-
CMYK0.6500.470.05
HSL136.71º86.81%64.31%-
HSV(B)136.71º65.02%95.29%-
XYZ39.7667.6231.72-
YUV182.7697.6558.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 243 (95.31% from 255) = 53.17%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=18.60%
G=53.17%
B=28.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852431290.6500.470.05136.7186.8164.31
Hex55F3814102F5895740
Octal1253632011010575211127100
Binary10101011111001110000001100000101011111011000100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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