#55F942

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

Shades of Screamin' Green #55F942

Tints of Screamin' Green #55F942

Color information

#55F942 (or 0x55F942) is unknown color: approx Screamin' Green. HEX triplet: 55, F9 and 42. RGB value is (85,249,66). Sum of RGB (Red+Green+Blue) = 85+249+66=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #55F942 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F942 is #AA06BD. Grayscale: #B3B3B3. Windows color (decimal): -11142846 or 4389205. OLE color: 4389205.

HSL color Cylindrical-coordinate representation of color #55F942: hue angle of 113.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55F942 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB8524966-
CMYK0.6600.730.02
HSL113.77º93.85%61.76%-
HSV(B)113.77º73.49%97.65%-
XYZ38.6170.0816.65-
YUV179.164.1760.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 249 (97.66% from 255) = 62.25%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=21.25%
G=62.25%
B=16.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85249660.6600.730.02113.7793.8561.76
Hex55F942420492725e3e
Octal1253711021020111216213676
Binary10101011111100110000101000010010010011011100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,249,66); }

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

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

 a { background-color: rgb(85,249,66); }

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

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

 span { border-color: rgb(85,249,66); }

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