Html Css Color HEX #21DD7F Shamrock

📋 copy color: '#21DD7F'

red 33 ◦ green 221 ◦ blue 127

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

Shades of Shamrock #21DD7F

Tints of Shamrock #21DD7F

RGB

 RED value IS 33 (13.28% from 255) = 8.66%

 GREEN value IS 221 (86.72% from 255) = 58.01%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 8.66%
G = 58.01%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#21DD7F (or 0x21DD7F) is known color: Shamrock. HEX triplet: 21, DD and 7F. RGB value is (33,221,127). Sum of RGB (Red+Green+Blue) = 33+221+127=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD7F is #DE2280. Grayscale: #9A9A9A. Windows color (decimal): -14557825 or 8379681. OLE color: 8379681.

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

Color convert

RGB 33 221 127 -
CMYK 0.85 0 0.43 0.13
HSL 150º 0.74% 0.5% -
HSV(B) 150º 0.85% 0.87% -
XYZ 30.31 53.57 28.82 -
YUV 154.07 112.72 41.64 -
System Red Green Blue C M Y K H S L
Decimal 33 221 127 0.85 0 0.43 0.13 150 0.74 0.5
Hex 21 DD 7F 55 0 2B D 96 4A 32
Octal 41 335 177 125 0 53 15 226 112 62
Binary 100001 11011101 1111111 1010101 0 101011 1101 10010110 1001010 110010

Color Harmonies of #21DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD7F

Black with #21DD7F

Text Example


Text Example

White with #21DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21DD7F;
 }
 .AnyTagClassName
 {
   color: #21DD7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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