#55FB35

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

Shades of Screamin' Green #55FB35

Tints of Screamin' Green #55FB35

Color information

#55FB35 (or 0x55FB35) is unknown color: approx Screamin' Green. HEX triplet: 55, FB and 35. RGB value is (85,251,53). Sum of RGB (Red+Green+Blue) = 85+251+53=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 251 (98.44% from 255 or 64.52% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB35 is #AA04CA. Grayscale: #B3B3B3. Windows color (decimal): -11142347 or 3537749. OLE color: 3537749.

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

Color convert

RGB8525153-
CMYK0.6600.790.02
HSL110.3º96.12%59.61%-
HSV(B)110.3º78.88%98.43%-
XYZ38.8971.1815.06-
YUV178.795761.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 251 (98.44% from 255) = 64.52%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=21.85%
G=64.52%
B=13.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85251530.6600.790.02110.396.1259.61
Hex55FB354204F26e603c
Octal125373651020117215614074
Binary1010101111110111101011000010010011111011011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,251,53); }

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

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

 a { background-color: rgb(85,251,53); }

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

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

 span { border-color: rgb(85,251,53); }

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