#1CDF40

Color #1CDF40 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1CDF40

Tints of Malachite #1CDF40

Color information

#1CDF40 (or 0x1CDF40) is unknown color: approx Malachite. HEX triplet: 1C, DF and 40. RGB value is (28,223,64). Sum of RGB (Red+Green+Blue) = 28+223+64=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF40 is #E320BF. Grayscale: #939393. Windows color (decimal): -14885056 or 4251420. OLE color: 4251420.

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

Color convert

RGB2822364-
CMYK0.8700.710.13
HSL131.08º77.69%49.22%-
HSV(B)131.08º87.44%87.45%-
XYZ27.7953.3913.69-
YUV146.5781.443.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 223 (87.5% from 255) = 70.79%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=8.89%
G=70.79%
B=20.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28223640.8700.710.13131.0877.6949.22
Hex1CDF4057047D834e31
Octal3433710012701071520311661
Binary111001101111110000001010111010001111101100000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CDF40;
 }
 .AnyTagClassName
 {
   color: #1CDF40;
 }
</style>
background-color css

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

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

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

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

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

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