#33D468

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

Shades of Emerald #33D468

Tints of Emerald #33D468

Color information

#33D468 (or 0x33D468) is unknown color: approx Emerald. HEX triplet: 33, D4 and 68. RGB value is (51,212,104). Sum of RGB (Red+Green+Blue) = 51+212+104=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #33D468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D468 is #CC2B97. Grayscale: #979797. Windows color (decimal): -13380504 or 6870067. OLE color: 6870067.

HSL color Cylindrical-coordinate representation of color #33D468: hue angle of 139.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D468 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB51212104-
CMYK0.7600.510.17
HSL139.75º65.18%51.57%-
HSV(B)139.75º75.94%83.14%-
XYZ27.4148.7921.07-
YUV151.55101.1656.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 212 (83.20% from 255) = 57.77%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=13.90%
G=57.77%
B=28.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512121040.7600.510.17139.7565.1851.57
Hex33D4684C033118c4134
Octal633241501140632121410164
Binary1100111101010011010001001100011001110001100011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,212,104); }

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

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

 a { background-color: rgb(51,212,104); }

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

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

 span { border-color: rgb(51,212,104); }

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