#55FE21

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

Shades of Bright Green #55FE21

Tints of Bright Green #55FE21

Color information

#55FE21 (or 0x55FE21) is unknown color: approx Bright Green. HEX triplet: 55, FE and 21. RGB value is (85,254,33). Sum of RGB (Red+Green+Blue) = 85+254+33=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE21 is #AA01DE. Grayscale: #B2B2B2. Windows color (decimal): -11141599 or 2227797. OLE color: 2227797.

HSL color Cylindrical-coordinate representation of color #55FE21: hue angle of 105.88º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55FE21 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB8525433-
CMYK0.6700.870.00
HSL105.88º99.1%56.27%-
HSV(B)105.88º87.01%99.61%-
XYZ39.4672.9213.43-
YUV178.2746.0161.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 254 (99.61% from 255) = 68.28%
BLUE value IS 33 (13.28% from 255) = 8.87%
R=22.85%
G=68.28%
B=8.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal85254330.6700.870.00105.8899.156.27
Hex55FE214305706a6338
Octal125376411030127015214370
Binary101010111111110100001100001101010111011010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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