#55F83A

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

Shades of Screamin' Green #55F83A

Tints of Screamin' Green #55F83A

Color information

#55F83A (or 0x55F83A) is unknown color: approx Screamin' Green. HEX triplet: 55, F8 and 3A. RGB value is (85,248,58). Sum of RGB (Red+Green+Blue) = 85+248+58=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #55F83A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F83A is #AA07C5. Grayscale: #B2B2B2. Windows color (decimal): -11143110 or 3864661. OLE color: 3864661.

HSL color Cylindrical-coordinate representation of color #55F83A: hue angle of 111.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55F83A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB8524858-
CMYK0.6600.770.03
HSL111.47º93.14%60%-
HSV(B)111.47º76.61%97.25%-
XYZ38.0869.3715.39-
YUV177.660.561.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 248 (97.27% from 255) = 63.43%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=21.74%
G=63.43%
B=14.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal85248580.6600.770.03111.4793.1460
Hex55F83A4204D36f5d3c
Octal125370721020115315713574
Binary1010101111110001110101000010010011011111011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,248,58); }

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

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

 a { background-color: rgb(85,248,58); }

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

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

 span { border-color: rgb(85,248,58); }

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