#3BF880

Color #3BF880 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3BF880

Tints of Emerald #3BF880

Color information

#3BF880 (or 0x3BF880) is unknown color: approx Emerald. HEX triplet: 3B, F8 and 80. RGB value is (59,248,128). Sum of RGB (Red+Green+Blue) = 59+248+128=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF880 is #C4077F. Grayscale: #B2B2B2. Windows color (decimal): -12846976 or 8452155. OLE color: 8452155.

HSL color Cylindrical-coordinate representation of color #3BF880: hue angle of 141.9º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF880 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB59248128-
CMYK0.7600.480.03
HSL141.9º93.1%60.2%-
HSV(B)141.9º76.21%97.25%-
XYZ39.2769.6231.79-
YUV177.8199.8843.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.56%
GREEN value IS 248 (97.27% from 255) = 57.01%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=13.56%
G=57.01%
B=29.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal592481280.7600.480.03141.993.160.2
Hex3BF8804C03038e5d3c
Octal73370200114060321613574
Binary11101111111000100000001001100011000011100011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BF880; }

 p { color: rgb(59,248,128); }

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

<style>
 a { background-color: #3BF880; }

 a { background-color: rgb(59,248,128); }

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

<style>
 span { border-color: #3BF880; }

 span { border-color: rgb(59,248,128); }

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