Html Css Color HEX #1CDD50 Malachite

📋 copy color: '#1CDD50'

red 28 ◦ green 221 ◦ blue 80

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

Shades of Malachite #1CDD50

Tints of Malachite #1CDD50

RGB

 RED value IS 28 (11.33% from 255) = 8.51%

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

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

R = 8.51%
G = 67.17%
B = 24.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#1CDD50 (or 0x1CDD50) is known color: Malachite. HEX triplet: 1C, DD and 50. RGB value is (28,221,80). Sum of RGB (Red+Green+Blue) = 28+221+80=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDD50 is #E322AF. Grayscale: #939393. Windows color (decimal): -14885552 or 5299484. OLE color: 5299484.

HSL color Cylindrical-coordinate representation of color #1CDD50: hue angle of 136.17º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD50 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 80 -
CMYK 0.87 0 0.64 0.13
HSL 136.17º 0.78% 0.49% -
HSV(B) 136.17º 0.87% 0.87% -
XYZ 27.78 52.54 16.27 -
YUV 147.22 90.06 42.96 -
System Red Green Blue C M Y K H S L
Decimal 28 221 80 0.87 0 0.64 0.13 136.17 0.78 0.49
Hex 1C DD 50 57 0 40 D 88 4E 31
Octal 34 335 120 127 0 100 15 210 116 61
Binary 11100 11011101 1010000 1010111 0 1000000 1101 10001000 1001110 110001

Color Harmonies of #1CDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD50

Black with #1CDD50

Text Example


Text Example

White with #1CDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CDD50; }

 p { color: rgb(28,221,80); }

 H1.HeaderClassName
 {
   color: #1CDD50;
 }
 .AnyTagClassName
 {
   color: #1CDD50;
 }
</style>

background-color css

<style>
 a { background-color: #1CDD50; }

 a { background-color: rgb(28,221,80); }

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

border-color css

<style>
 span { border-color: #1CDD50; }

 span { border-color: rgb(28,221,80); }

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