Html Css Color HEX #1CDC42 Malachite

📋 copy color: '#1CDC42'

red 28 ◦ green 220 ◦ blue 66

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

Shades of Malachite #1CDC42

Tints of Malachite #1CDC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.06%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 8.92%
G = 70.06%
B = 21.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#1CDC42 (or 0x1CDC42) is known color: Malachite. HEX triplet: 1C, DC and 42. RGB value is (28,220,66). Sum of RGB (Red+Green+Blue) = 28+220+66=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC42 is #E323BD. Grayscale: #919191. Windows color (decimal): -14885822 or 4381724. OLE color: 4381724.

HSL color Cylindrical-coordinate representation of color #1CDC42: hue angle of 131.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC42 is Cyan = 0.87, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 66 -
CMYK 0.87 0 0.7 0.14
HSL 131.88º 0.77% 0.49% -
HSV(B) 131.88º 0.87% 0.86% -
XYZ 27.06 51.83 13.73 -
YUV 145.04 83.39 44.52 -
System Red Green Blue C M Y K H S L
Decimal 28 220 66 0.87 0 0.7 0.14 131.88 0.77 0.49
Hex 1C DC 42 57 0 46 E 84 4D 31
Octal 34 334 102 127 0 106 16 204 115 61
Binary 11100 11011100 1000010 1010111 0 1000110 1110 10000100 1001101 110001

Color Harmonies of #1CDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC42

Black with #1CDC42

Text Example


Text Example

White with #1CDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,220,66); }

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

background-color css

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

 a { background-color: rgb(28,220,66); }

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

border-color css

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

 span { border-color: rgb(28,220,66); }

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