#55FE7A

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

Shades of Screamin' Green #55FE7A

Tints of Screamin' Green #55FE7A

Color information

#55FE7A (or 0x55FE7A) is unknown color: approx Screamin' Green. HEX triplet: 55, FE and 7A. RGB value is (85,254,122). Sum of RGB (Red+Green+Blue) = 85+254+122=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FE7A is #AA0185. Grayscale: #BCBCBC. Windows color (decimal): -11141510 or 8060501. OLE color: 8060501.

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

Color convert

RGB85254122-
CMYK0.6700.520.00
HSL133.14º98.83%66.47%-
HSV(B)133.14º66.54%99.61%-
XYZ42.774.2230.49-
YUV188.4290.5154.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 254 (99.61% from 255) = 55.10%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=18.44%
G=55.10%
B=26.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541220.6700.520.00133.1498.8366.47
Hex55FE7A430340856342
Octal1253761721030640205143102
Binary10101011111111011110101000011011010001000010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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