#33FF50

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

Shades of Screamin' Green #33FF50

Tints of Screamin' Green #33FF50

Color information

#33FF50 (or 0x33FF50) is unknown color: approx Screamin' Green. HEX triplet: 33, FF and 50. RGB value is (51,255,80). Sum of RGB (Red+Green+Blue) = 51+255+80=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FF50 is #CC00AF. Grayscale: #AEAEAE. Windows color (decimal): -13369520 or 5308211. OLE color: 5308211.

HSL color Cylindrical-coordinate representation of color #33FF50: hue angle of 128.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF50 is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB5125580-
CMYK0.800.690
HSL128.53º100%60%-
HSV(B)128.53º80%100%-
XYZ38.5772.819.61-
YUV174.0574.9140.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.21%
GREEN value IS 255 (100% from 255) = 66.06%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=13.21%
G=66.06%
B=20.73%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255800.800.690128.5310060
Hex33FF5050045081643c
Octal633771201200105020114474
Binary1100111111111110100001010000010001010100000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33FF50; }

 p { color: rgb(51,255,80); }

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

<style>
 a { background-color: #33FF50; }

 a { background-color: rgb(51,255,80); }

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

<style>
 span { border-color: #33FF50; }

 span { border-color: rgb(51,255,80); }

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