#33D975

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

Shades of Emerald #33D975

Tints of Emerald #33D975

Color information

#33D975 (or 0x33D975) is unknown color: approx Emerald. HEX triplet: 33, D9 and 75. RGB value is (51,217,117). Sum of RGB (Red+Green+Blue) = 51+217+117=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #33D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D975 is #CC268A. Grayscale: #9C9C9C. Windows color (decimal): -13379211 or 7723315. OLE color: 7723315.

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

Color convert

RGB51217117-
CMYK0.7600.460.15
HSL143.86º68.6%52.55%-
HSV(B)143.86º76.5%85.1%-
XYZ29.3951.6125.24-
YUV155.9710653.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 217 (85.16% from 255) = 56.36%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=13.25%
G=56.36%
B=30.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512171170.7600.460.15143.8668.652.55
Hex33D9754C02EF904535
Octal633311651140561722010565
Binary110011110110011110101100110001011101111100100001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,217,117); }

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

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

 a { background-color: rgb(51,217,117); }

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

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

 span { border-color: rgb(51,217,117); }

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