Html Css Color HEX #24BD50 Malachite

📋 copy color: '#24BD50'

red 36 ◦ green 189 ◦ blue 80

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

Shades of Malachite #24BD50

Tints of Malachite #24BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 11.8%
G = 61.97%
B = 26.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#24BD50 (or 0x24BD50) is known color: Malachite. HEX triplet: 24, BD and 50. RGB value is (36,189,80). Sum of RGB (Red+Green+Blue) = 36+189+80=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BD50 is #DB42AF. Grayscale: #838383. Windows color (decimal): -14369456 or 5291300. OLE color: 5291300.

HSL color Cylindrical-coordinate representation of color #24BD50: hue angle of 137.25º 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 #24BD50 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 189 80 -
CMYK 0.81 0 0.58 0.26
HSL 137.25º 0.68% 0.44% -
HSV(B) 137.25º 0.81% 0.74% -
XYZ 20.37 37.35 13.72 -
YUV 130.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 36 189 80 0.81 0 0.58 0.26 137.25 0.68 0.44
Hex 24 BD 50 51 0 3A 1A 89 44 2C
Octal 44 275 120 121 0 72 32 211 104 54
Binary 100100 10111101 1010000 1010001 0 111010 11010 10001001 1000100 101100

Color Harmonies of #24BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BD50

Black with #24BD50

Text Example


Text Example

White with #24BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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