Html Css Color HEX #21C47F Mountain Meadow

📋 copy color: '#21C47F'

red 33 ◦ green 196 ◦ blue 127

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

Shades of Mountain Meadow #21C47F

Tints of Mountain Meadow #21C47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

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

R = 9.27%
G = 55.06%
B = 35.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#21C47F (or 0x21C47F) is known color: Mountain Meadow. HEX triplet: 21, C4 and 7F. RGB value is (33,196,127). Sum of RGB (Red+Green+Blue) = 33+196+127=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #21C47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C47F is #DE3B80. Grayscale: #8B8B8B. Windows color (decimal): -14564225 or 8373281. OLE color: 8373281.

HSL color Cylindrical-coordinate representation of color #21C47F: hue angle of 154.6º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C47F is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 196 127 -
CMYK 0.83 0 0.35 0.23
HSL 154.6º 0.71% 0.45% -
HSV(B) 154.6º 0.83% 0.77% -
XYZ 24.2 41.34 26.78 -
YUV 139.4 121 52.11 -
System Red Green Blue C M Y K H S L
Decimal 33 196 127 0.83 0 0.35 0.23 154.6 0.71 0.45
Hex 21 C4 7F 53 0 23 17 9B 47 2D
Octal 41 304 177 123 0 43 27 233 107 55
Binary 100001 11000100 1111111 1010011 0 100011 10111 10011011 1000111 101101

Color Harmonies of #21C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C47F

Black with #21C47F

Text Example


Text Example

White with #21C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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