Html Css Color HEX #21CB73 Mountain Meadow

📋 copy color: '#21CB73'

red 33 ◦ green 203 ◦ blue 115

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

Shades of Mountain Meadow #21CB73

Tints of Mountain Meadow #21CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.83%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 9.4%
G = 57.83%
B = 32.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#21CB73 (or 0x21CB73) is known color: Mountain Meadow. HEX triplet: 21, CB and 73. RGB value is (33,203,115). Sum of RGB (Red+Green+Blue) = 33+203+115=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB73 is #DE348C. Grayscale: #8E8E8E. Windows color (decimal): -14562445 or 7588641. OLE color: 7588641.

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

Color convert

RGB 33 203 115 -
CMYK 0.84 0 0.43 0.20
HSL 148.94º 0.72% 0.46% -
HSV(B) 148.94º 0.84% 0.8% -
XYZ 25.08 44.27 23.44 -
YUV 142.14 112.68 50.16 -
System Red Green Blue C M Y K H S L
Decimal 33 203 115 0.84 0 0.43 0.20 148.94 0.72 0.46
Hex 21 CB 73 54 0 2B 14 95 48 2E
Octal 41 313 163 124 0 53 24 225 110 56
Binary 100001 11001011 1110011 1010100 0 101011 10100 10010101 1001000 101110

Color Harmonies of #21CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CB73

Black with #21CB73

Text Example


Text Example

White with #21CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,203,115); }

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

background-color css

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

 a { background-color: rgb(33,203,115); }

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

border-color css

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

 span { border-color: rgb(33,203,115); }

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