Html Css Color HEX #21D07D Mountain Meadow

📋 copy color: '#21D07D'

red 33 ◦ green 208 ◦ blue 125

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

Shades of Mountain Meadow #21D07D

Tints of Mountain Meadow #21D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.83%

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

R = 9.02%
G = 56.83%
B = 34.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#21D07D (or 0x21D07D) is known color: Mountain Meadow. HEX triplet: 21, D0 and 7D. RGB value is (33,208,125). Sum of RGB (Red+Green+Blue) = 33+208+125=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #21D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D07D is #DE2F82. Grayscale: #929292. Windows color (decimal): -14561155 or 8245281. OLE color: 8245281.

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

Color convert

RGB 33 208 125 -
CMYK 0.84 0 0.40 0.18
HSL 151.54º 0.73% 0.47% -
HSV(B) 151.54º 0.84% 0.82% -
XYZ 26.88 46.92 27.04 -
YUV 146.21 116.02 47.25 -
System Red Green Blue C M Y K H S L
Decimal 33 208 125 0.84 0 0.40 0.18 151.54 0.73 0.47
Hex 21 D0 7D 54 0 28 12 98 49 2F
Octal 41 320 175 124 0 50 22 230 111 57
Binary 100001 11010000 1111101 1010100 0 101000 10010 10011000 1001001 101111

Color Harmonies of #21D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D07D

Black with #21D07D

Text Example


Text Example

White with #21D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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