Html Css Color HEX #24BD7D Mountain Meadow

📋 copy color: '#24BD7D'

red 36 ◦ green 189 ◦ blue 125

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

Shades of Mountain Meadow #24BD7D

Tints of Mountain Meadow #24BD7D

RGB

 RED value IS 36 (14.45% from 255) = 10.29%

 GREEN value IS 189 (74.22% from 255) = 54%

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

R = 10.29%
G = 54%
B = 35.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#24BD7D (or 0x24BD7D) is known color: Mountain Meadow. HEX triplet: 24, BD and 7D. RGB value is (36,189,125). Sum of RGB (Red+Green+Blue) = 36+189+125=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BD7D is #DB4282. Grayscale: #888888. Windows color (decimal): -14369411 or 8240420. OLE color: 8240420.

HSL color Cylindrical-coordinate representation of color #24BD7D: hue angle of 154.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BD7D is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 189 125 -
CMYK 0.81 0 0.34 0.26
HSL 154.9º 0.68% 0.44% -
HSV(B) 154.9º 0.81% 0.74% -
XYZ 22.63 38.25 25.59 -
YUV 135.96 121.81 56.7 -
System Red Green Blue C M Y K H S L
Decimal 36 189 125 0.81 0 0.34 0.26 154.9 0.68 0.44
Hex 24 BD 7D 51 0 22 1A 9B 44 2C
Octal 44 275 175 121 0 42 32 233 104 54
Binary 100100 10111101 1111101 1010001 0 100010 11010 10011011 1000100 101100

Color Harmonies of #24BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BD7D

Black with #24BD7D

Text Example


Text Example

White with #24BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24BD7D; }

 p { color: rgb(36,189,125); }

 H1.HeaderClassName
 {
   color: #24BD7D;
 }
 .AnyTagClassName
 {
   color: #24BD7D;
 }
</style>

background-color css

<style>
 a { background-color: #24BD7D; }

 a { background-color: rgb(36,189,125); }

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

border-color css

<style>
 span { border-color: #24BD7D; }

 span { border-color: rgb(36,189,125); }

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