#55F35C

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

Shades of Screamin' Green #55F35C

Tints of Screamin' Green #55F35C

Color information

#55F35C (or 0x55F35C) is unknown color: approx Screamin' Green. HEX triplet: 55, F3 and 5C. RGB value is (85,243,92). Sum of RGB (Red+Green+Blue) = 85+243+92=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #55F35C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F35C is #AA0CA3. Grayscale: #B2B2B2. Windows color (decimal): -11144356 or 6091605. OLE color: 6091605.

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

Color convert

RGB8524392-
CMYK0.6500.620.05
HSL122.66º86.81%64.31%-
HSV(B)122.66º65.02%95.29%-
XYZ37.7366.8121.03-
YUV178.5479.1561.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 243 (95.31% from 255) = 57.86%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=20.24%
G=57.86%
B=21.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85243920.6500.620.05122.6686.8164.31
Hex55F35C4103E57b5740
Octal1253631341010765173127100
Binary101010111110011101110010000010111110101111101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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