#3BF07B

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

Shades of Emerald #3BF07B

Tints of Emerald #3BF07B

Color information

#3BF07B (or 0x3BF07B) is unknown color: approx Emerald. HEX triplet: 3B, F0 and 7B. RGB value is (59,240,123). Sum of RGB (Red+Green+Blue) = 59+240+123=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF07B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF07B is #C40F84. Grayscale: #ACACAC. Windows color (decimal): -12849029 or 8122427. OLE color: 8122427.

HSL color Cylindrical-coordinate representation of color #3BF07B: hue angle of 141.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF07B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB59240123-
CMYK0.7500.490.06
HSL141.22º85.78%58.63%-
HSV(B)141.22º75.42%94.12%-
XYZ36.5464.6829.3-
YUV172.54100.0347.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.98%
GREEN value IS 240 (94.14% from 255) = 56.87%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=13.98%
G=56.87%
B=29.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal592401230.7500.490.06141.2285.7858.63
Hex3BF07B4B03168d563b
Octal73360173113061621512673
Binary11101111110000111101110010110110001110100011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,240,123); }

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

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

 a { background-color: rgb(59,240,123); }

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

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

 span { border-color: rgb(59,240,123); }

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