Html Css Color HEX #21CA7F Mountain Meadow

📋 copy color: '#21CA7F'

red 33 ◦ green 202 ◦ blue 127

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

Shades of Mountain Meadow #21CA7F

Tints of Mountain Meadow #21CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.8%

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

R = 9.12%
G = 55.8%
B = 35.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#21CA7F (or 0x21CA7F) is known color: Mountain Meadow. HEX triplet: 21, CA and 7F. RGB value is (33,202,127). Sum of RGB (Red+Green+Blue) = 33+202+127=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA7F is #DE3580. Grayscale: #8F8F8F. Windows color (decimal): -14562689 or 8374817. OLE color: 8374817.

HSL color Cylindrical-coordinate representation of color #21CA7F: hue angle of 153.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA7F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 127 -
CMYK 0.84 0 0.37 0.21
HSL 153.37º 0.72% 0.46% -
HSV(B) 153.37º 0.84% 0.79% -
XYZ 25.58 44.1 27.24 -
YUV 142.92 119.01 49.6 -
System Red Green Blue C M Y K H S L
Decimal 33 202 127 0.84 0 0.37 0.21 153.37 0.72 0.46
Hex 21 CA 7F 54 0 25 15 99 48 2E
Octal 41 312 177 124 0 45 25 231 110 56
Binary 100001 11001010 1111111 1010100 0 100101 10101 10011001 1001000 101110

Color Harmonies of #21CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA7F

Black with #21CA7F

Text Example


Text Example

White with #21CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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