#55F521

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

Shades of Bright Green #55F521

Tints of Bright Green #55F521

Color information

#55F521 (or 0x55F521) is unknown color: approx Bright Green. HEX triplet: 55, F5 and 21. RGB value is (85,245,33). Sum of RGB (Red+Green+Blue) = 85+245+33=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #55F521 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F521 is #AA0ADE. Grayscale: #ADADAD. Windows color (decimal): -11143903 or 2225493. OLE color: 2225493.

HSL color Cylindrical-coordinate representation of color #55F521: hue angle of 105.28º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55F521 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB8524533-
CMYK0.6500.870.04
HSL105.28º91.38%54.51%-
HSV(B)105.28º86.53%96.08%-
XYZ36.6767.3512.51-
YUV172.9948.9965.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 245 (96.09% from 255) = 67.49%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=23.42%
G=67.49%
B=9.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85245330.6500.870.04105.2891.3854.51
Hex55F521410574695b37
Octal125365411010127415113367
Binary10101011111010110000110000010101011110011010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,33); }

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

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

 a { background-color: rgb(85,245,33); }

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

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

 span { border-color: rgb(85,245,33); }

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