Html Css Color HEX #33D875 Emerald

📋 copy color: '#33D875'

red 51 ◦ green 216 ◦ blue 117

#33D875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #33D875

Tints of Emerald #33D875

RGB

 RED value IS 51 (20.31% from 255) = 13.28%

 GREEN value IS 216 (84.77% from 255) = 56.25%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 13.28%
G = 56.25%
B = 30.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#33D875 (or 0x33D875) is known color: Emerald. HEX triplet: 33, D8 and 75. RGB value is (51,216,117). Sum of RGB (Red+Green+Blue) = 51+216+117=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #33D875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D875 is #CC278A. Grayscale: #9B9B9B. Windows color (decimal): -13379467 or 7723059. OLE color: 7723059.

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

Color convert

RGB 51 216 117 -
CMYK 0.76 0 0.46 0.15
HSL 144º 0.68% 0.52% -
HSV(B) 144º 0.76% 0.85% -
XYZ 29.13 51.1 25.16 -
YUV 155.38 106.34 53.55 -
System Red Green Blue C M Y K H S L
Decimal 51 216 117 0.76 0 0.46 0.15 144 0.68 0.52
Hex 33 D8 75 4C 0 2E F 90 44 34
Octal 63 330 165 114 0 56 17 220 104 64
Binary 110011 11011000 1110101 1001100 0 101110 1111 10010000 1000100 110100

Color Harmonies of #33D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D875

Black with #33D875

Text Example


Text Example

White with #33D875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33D875;
 }
 .AnyTagClassName
 {
   color: #33D875;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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