#33DD7F

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

Shades of Shamrock #33DD7F

Tints of Shamrock #33DD7F

Color information

#33DD7F (or 0x33DD7F) is unknown color: approx Shamrock. HEX triplet: 33, DD and 7F. RGB value is (51,221,127). Sum of RGB (Red+Green+Blue) = 51+221+127=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD7F is #CC2280. Grayscale: #9F9F9F. Windows color (decimal): -13378177 or 8379699. OLE color: 8379699.

HSL color Cylindrical-coordinate representation of color #33DD7F: hue angle of 146.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD7F is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB51221127-
CMYK0.7700.430.13
HSL146.82º71.43%53.33%-
HSV(B)146.82º76.92%86.67%-
XYZ31.0553.9528.86-
YUV159.45109.6850.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 127 (50% from 255) = 31.83%
R=12.78%
G=55.39%
B=31.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211270.7700.430.13146.8271.4353.33
Hex33DD7F4D02BD934735
Octal633351771150531522310765
Binary110011110111011111111100110101010111101100100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,221,127); }

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

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

 a { background-color: rgb(51,221,127); }

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

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

 span { border-color: rgb(51,221,127); }

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