#1CDF55

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

Shades of Malachite #1CDF55

Tints of Malachite #1CDF55

Color information

#1CDF55 (or 0x1CDF55) is unknown color: approx Malachite. HEX triplet: 1C, DF and 55. RGB value is (28,223,85). Sum of RGB (Red+Green+Blue) = 28+223+85=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDF55 is #E320AA. Grayscale: #959595. Windows color (decimal): -14885035 or 5627676. OLE color: 5627676.

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

Color convert

RGB2822385-
CMYK0.8700.620.13
HSL137.54º77.69%49.22%-
HSV(B)137.54º87.44%87.45%-
XYZ28.5153.6817.45-
YUV148.9691.941.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.33%
GREEN value IS 223 (87.5% from 255) = 66.37%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=8.33%
G=66.37%
B=25.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28223850.8700.620.13137.5477.6949.22
Hex1CDF555703ED8a4e31
Octal343371251270761521211661
Binary11100110111111010101101011101111101101100010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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