#55FC3F

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

Shades of Screamin' Green #55FC3F

Tints of Screamin' Green #55FC3F

Color information

#55FC3F (or 0x55FC3F) is unknown color: approx Screamin' Green. HEX triplet: 55, FC and 3F. RGB value is (85,252,63). Sum of RGB (Red+Green+Blue) = 85+252+63=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 252 (98.83% from 255 or 63% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FC3F is #AA03C0. Grayscale: #B5B5B5. Windows color (decimal): -11142081 or 4193365. OLE color: 4193365.

HSL color Cylindrical-coordinate representation of color #55FC3F: hue angle of 113.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55FC3F is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB8525263-
CMYK0.6600.750.01
HSL113.02º96.92%61.76%-
HSV(B)113.02º75%98.82%-
XYZ39.4571.9116.5-
YUV180.5261.6759.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 252 (98.83% from 255) = 63%
BLUE value IS 63 (25% from 255) = 15.75%
R=21.25%
G=63%
B=15.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85252630.6600.750.01113.0296.9261.76
Hex55FC3F4204B171613e
Octal125374771020113116114176
Binary101010111111100111111100001001001011111100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,252,63); }

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

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

 a { background-color: rgb(85,252,63); }

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

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

 span { border-color: rgb(85,252,63); }

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