#55F752

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

Shades of Screamin' Green #55F752

Tints of Screamin' Green #55F752

Color information

#55F752 (or 0x55F752) is unknown color: approx Screamin' Green. HEX triplet: 55, F7 and 52. RGB value is (85,247,82). Sum of RGB (Red+Green+Blue) = 85+247+82=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 247 (96.88% from 255 or 59.66% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 247 - color contains mainly: green. Hex color #55F752 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F752 is #AA08AD. Grayscale: #B4B4B4. Windows color (decimal): -11143342 or 5437269. OLE color: 5437269.

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

Color convert

RGB8524782-
CMYK0.6600.670.03
HSL118.91º91.16%64.51%-
HSV(B)118.91º66.8%96.86%-
XYZ38.5369.0619.28-
YUV179.7572.8360.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 247 (96.88% from 255) = 59.66%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=20.53%
G=59.66%
B=19.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal85247820.6600.670.03118.9191.1664.51
Hex55F752420433775b41
Octal12536712210201033167133101
Binary101010111110111101001010000100100001111111011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,247,82); }

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

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

 a { background-color: rgb(85,247,82); }

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

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

 span { border-color: rgb(85,247,82); }

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