#50FF37

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

Shades of Screamin' Green #50FF37

Tints of Screamin' Green #50FF37

Color information

#50FF37 (or 0x50FF37) is unknown color: approx Screamin' Green. HEX triplet: 50, FF and 37. RGB value is (80,255,55). Sum of RGB (Red+Green+Blue) = 80+255+55=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF37 is #AF00C8. Grayscale: #B4B4B4. Windows color (decimal): -11469001 or 3669840. OLE color: 3669840.

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

Color convert

RGB8025555-
CMYK0.6900.780
HSL112.5º100%60.78%-
HSV(B)112.5º78.43%100%-
XYZ39.7673.515.71-
YUV179.8857.5256.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 255 (100% from 255) = 65.38%
BLUE value IS 55 (21.88% from 255) = 14.10%
R=20.51%
G=65.38%
B=14.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80255550.6900.780112.510060.78
Hex50FF374504E070643d
Octal120377671050116016014475
Binary101000011111111110111100010101001110011100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50FF37; }

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

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

<style>
 a { background-color: #50FF37; }

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

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

<style>
 span { border-color: #50FF37; }

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

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