#33DA64

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

Shades of Emerald #33DA64

Tints of Emerald #33DA64

Color information

#33DA64 (or 0x33DA64) is unknown color: approx Emerald. HEX triplet: 33, DA and 64. RGB value is (51,218,100). Sum of RGB (Red+Green+Blue) = 51+218+100=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DA64 is #CC259B. Grayscale: #9A9A9A. Windows color (decimal): -13378972 or 6609459. OLE color: 6609459.

HSL color Cylindrical-coordinate representation of color #33DA64: hue angle of 137.6º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DA64 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB51218100-
CMYK0.7700.540.15
HSL137.6º69.29%52.75%-
HSV(B)137.6º76.61%85.49%-
XYZ28.7451.7720.53-
YUV154.6297.1754.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 218 (85.55% from 255) = 59.08%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=13.82%
G=59.08%
B=27.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512181000.7700.540.15137.669.2952.75
Hex33DA644D036F8a4535
Octal633321441150661721210565
Binary110011110110101100100100110101101101111100010101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,218,100); }

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

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

 a { background-color: rgb(51,218,100); }

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

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

 span { border-color: rgb(51,218,100); }

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