Html Css Color HEX #1CD740 Malachite

📋 copy color: '#1CD740'

red 28 ◦ green 215 ◦ blue 64

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

Shades of Malachite #1CD740

Tints of Malachite #1CD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.03%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 9.12%
G = 70.03%
B = 20.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#1CD740 (or 0x1CD740) is known color: Malachite. HEX triplet: 1C, D7 and 40. RGB value is (28,215,64). Sum of RGB (Red+Green+Blue) = 28+215+64=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD740 is #E328BF. Grayscale: #8E8E8E. Windows color (decimal): -14887104 or 4249372. OLE color: 4249372.

HSL color Cylindrical-coordinate representation of color #1CD740: hue angle of 131.55º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD740 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 215 64 -
CMYK 0.87 0 0.70 0.16
HSL 131.55º 0.77% 0.48% -
HSV(B) 131.55º 0.87% 0.84% -
XYZ 25.7 49.22 13 -
YUV 141.87 84.05 46.78 -
System Red Green Blue C M Y K H S L
Decimal 28 215 64 0.87 0 0.70 0.16 131.55 0.77 0.48
Hex 1C D7 40 57 0 46 10 84 4D 30
Octal 34 327 100 127 0 106 20 204 115 60
Binary 11100 11010111 1000000 1010111 0 1000110 10000 10000100 1001101 110000

Color Harmonies of #1CD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD740

Black with #1CD740

Text Example


Text Example

White with #1CD740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,215,64); }

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

background-color css

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

 a { background-color: rgb(28,215,64); }

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

border-color css

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

 span { border-color: rgb(28,215,64); }

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