Html Css Color HEX #1CDC64 Malachite

📋 copy color: '#1CDC64'

red 28 ◦ green 220 ◦ blue 100

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

Shades of Malachite #1CDC64

Tints of Malachite #1CDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 8.05%
G = 63.22%
B = 28.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#1CDC64 (or 0x1CDC64) is known color: Malachite. HEX triplet: 1C, DC and 64. RGB value is (28,220,100). Sum of RGB (Red+Green+Blue) = 28+220+100=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDC64 is #E3239B. Grayscale: #959595. Windows color (decimal): -14885788 or 6609948. OLE color: 6609948.

HSL color Cylindrical-coordinate representation of color #1CDC64: hue angle of 142.5º 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 #1CDC64 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 100 -
CMYK 0.87 0 0.55 0.14
HSL 142.5º 0.77% 0.49% -
HSV(B) 142.5º 0.87% 0.86% -
XYZ 28.37 52.35 20.67 -
YUV 148.91 100.39 41.76 -
System Red Green Blue C M Y K H S L
Decimal 28 220 100 0.87 0 0.55 0.14 142.5 0.77 0.49
Hex 1C DC 64 57 0 37 E 8E 4D 31
Octal 34 334 144 127 0 67 16 216 115 61
Binary 11100 11011100 1100100 1010111 0 110111 1110 10001110 1001101 110001

Color Harmonies of #1CDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC64

Black with #1CDC64

Text Example


Text Example

White with #1CDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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