Html Css Color HEX #33DA74 Emerald

📋 copy color: '#33DA74'

red 51 ◦ green 218 ◦ blue 116

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

Shades of Emerald #33DA74

Tints of Emerald #33DA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.62%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 13.25%
G = 56.62%
B = 30.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#33DA74 (or 0x33DA74) is known color: Emerald. HEX triplet: 33, DA and 74. RGB value is (51,218,116). Sum of RGB (Red+Green+Blue) = 51+218+116=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DA74 is #CC258B. Grayscale: #9C9C9C. Windows color (decimal): -13378956 or 7658035. OLE color: 7658035.

HSL color Cylindrical-coordinate representation of color #33DA74: hue angle of 143.35º 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 #33DA74 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 218 116 -
CMYK 0.77 0 0.47 0.15
HSL 143.35º 0.69% 0.53% -
HSV(B) 143.35º 0.77% 0.85% -
XYZ 29.59 52.11 25.02 -
YUV 156.44 105.17 52.79 -
System Red Green Blue C M Y K H S L
Decimal 51 218 116 0.77 0 0.47 0.15 143.35 0.69 0.53
Hex 33 DA 74 4D 0 2F F 8F 45 35
Octal 63 332 164 115 0 57 17 217 105 65
Binary 110011 11011010 1110100 1001101 0 101111 1111 10001111 1000101 110101

Color Harmonies of #33DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DA74

Black with #33DA74

Text Example


Text Example

White with #33DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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