Html Css Color HEX #21CD7C Mountain Meadow

📋 copy color: '#21CD7C'

red 33 ◦ green 205 ◦ blue 124

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

Shades of Mountain Meadow #21CD7C

Tints of Mountain Meadow #21CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.63%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 9.12%
G = 56.63%
B = 34.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#21CD7C (or 0x21CD7C) is known color: Mountain Meadow. HEX triplet: 21, CD and 7C. RGB value is (33,205,124). Sum of RGB (Red+Green+Blue) = 33+205+124=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CD7C is #DE3283. Grayscale: #909090. Windows color (decimal): -14561924 or 8178977. OLE color: 8178977.

HSL color Cylindrical-coordinate representation of color #21CD7C: hue angle of 151.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CD7C is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 205 124 -
CMYK 0.84 0 0.40 0.20
HSL 151.74º 0.72% 0.47% -
HSV(B) 151.74º 0.84% 0.8% -
XYZ 26.1 45.44 26.46 -
YUV 144.34 116.52 48.59 -
System Red Green Blue C M Y K H S L
Decimal 33 205 124 0.84 0 0.40 0.20 151.74 0.72 0.47
Hex 21 CD 7C 54 0 28 14 98 48 2F
Octal 41 315 174 124 0 50 24 230 110 57
Binary 100001 11001101 1111100 1010100 0 101000 10100 10011000 1001000 101111

Color Harmonies of #21CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD7C

Black with #21CD7C

Text Example


Text Example

White with #21CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,205,124); }

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

background-color css

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

 a { background-color: rgb(33,205,124); }

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

border-color css

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

 span { border-color: rgb(33,205,124); }

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