#33F07A

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

Shades of Emerald #33F07A

Tints of Emerald #33F07A

Color information

#33F07A (or 0x33F07A) is unknown color: approx Emerald. HEX triplet: 33, F0 and 7A. RGB value is (51,240,122). Sum of RGB (Red+Green+Blue) = 51+240+122=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #33F07A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F07A is #CC0F85. Grayscale: #AAAAAA. Windows color (decimal): -13373318 or 8056883. OLE color: 8056883.

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

Color convert

RGB51240122-
CMYK0.7900.490.06
HSL142.54º86.3%57.06%-
HSV(B)142.54º78.75%94.12%-
XYZ36.0464.4328.95-
YUV170.04100.8843.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.35%
GREEN value IS 240 (94.14% from 255) = 58.11%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=12.35%
G=58.11%
B=29.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512401220.7900.490.06142.5486.357.06
Hex33F07A4F03168f5639
Octal63360172117061621712671
Binary11001111110000111101010011110110001110100011111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,240,122); }

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

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

 a { background-color: rgb(51,240,122); }

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

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

 span { border-color: rgb(51,240,122); }

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