Html Css Color HEX #21E17D Shamrock

📋 copy color: '#21E17D'

red 33 ◦ green 225 ◦ blue 125

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

Shades of Shamrock #21E17D

Tints of Shamrock #21E17D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.75%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 8.62%
G = 58.75%
B = 32.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#21E17D (or 0x21E17D) is known color: Shamrock. HEX triplet: 21, E1 and 7D. RGB value is (33,225,125). Sum of RGB (Red+Green+Blue) = 33+225+125=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #21E17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E17D is #DE1E82. Grayscale: #9C9C9C. Windows color (decimal): -14556803 or 8249633. OLE color: 8249633.

HSL color Cylindrical-coordinate representation of color #21E17D: hue angle of 148.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E17D is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 125 -
CMYK 0.85 0 0.44 0.12
HSL 148.75º 0.76% 0.51% -
HSV(B) 148.75º 0.85% 0.88% -
XYZ 31.25 55.65 28.5 -
YUV 156.19 110.39 40.13 -
System Red Green Blue C M Y K H S L
Decimal 33 225 125 0.85 0 0.44 0.12 148.75 0.76 0.51
Hex 21 E1 7D 55 0 2C C 95 4C 33
Octal 41 341 175 125 0 54 14 225 114 63
Binary 100001 11100001 1111101 1010101 0 101100 1100 10010101 1001100 110011

Color Harmonies of #21E17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E17D

Black with #21E17D

Text Example


Text Example

White with #21E17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,225,125); }

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

background-color css

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

 a { background-color: rgb(33,225,125); }

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

border-color css

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

 span { border-color: rgb(33,225,125); }

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