Html Css Color HEX #18DD65 Malachite

📋 copy color: '#18DD65'

red 24 ◦ green 221 ◦ blue 101

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

Shades of Malachite #18DD65

Tints of Malachite #18DD65

RGB

 RED value IS 24 (9.77% from 255) = 6.94%

 GREEN value IS 221 (86.72% from 255) = 63.87%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 6.94%
G = 63.87%
B = 29.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#18DD65 (or 0x18DD65) is known color: Malachite. HEX triplet: 18, DD and 65. RGB value is (24,221,101). Sum of RGB (Red+Green+Blue) = 24+221+101=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DD65 is #E7229A. Grayscale: #949494. Windows color (decimal): -15147675 or 6675736. OLE color: 6675736.

HSL color Cylindrical-coordinate representation of color #18DD65: hue angle of 143.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD65 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 101 -
CMYK 0.89 0 0.54 0.13
HSL 143.45º 0.8% 0.48% -
HSV(B) 143.45º 0.89% 0.87% -
XYZ 28.58 52.85 21.01 -
YUV 148.42 101.23 39.26 -
System Red Green Blue C M Y K H S L
Decimal 24 221 101 0.89 0 0.54 0.13 143.45 0.8 0.48
Hex 18 DD 65 59 0 36 D 8F 50 30
Octal 30 335 145 131 0 66 15 217 120 60
Binary 11000 11011101 1100101 1011001 0 110110 1101 10001111 1010000 110000

Color Harmonies of #18DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD65

Black with #18DD65

Text Example


Text Example

White with #18DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DD65; }

 p { color: rgb(24,221,101); }

 H1.HeaderClassName
 {
   color: #18DD65;
 }
 .AnyTagClassName
 {
   color: #18DD65;
 }
</style>

background-color css

<style>
 a { background-color: #18DD65; }

 a { background-color: rgb(24,221,101); }

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

border-color css

<style>
 span { border-color: #18DD65; }

 span { border-color: rgb(24,221,101); }

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