#1CED48

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

Shades of Malachite #1CED48

Tints of Malachite #1CED48

Color information

#1CED48 (or 0x1CED48) is unknown color: approx Malachite. HEX triplet: 1C, ED and 48. RGB value is (28,237,72). Sum of RGB (Red+Green+Blue) = 28+237+72=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #1CED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CED48 is #E312B7. Grayscale: #9C9C9C. Windows color (decimal): -14881464 or 4779292. OLE color: 4779292.

HSL color Cylindrical-coordinate representation of color #1CED48: hue angle of 132.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CED48 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2823772-
CMYK0.8800.700.07
HSL132.63º85.31%51.96%-
HSV(B)132.63º88.19%92.94%-
XYZ31.9361.2816.28-
YUV155.780.7636.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 237 (92.97% from 255) = 70.33%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=8.31%
G=70.33%
B=21.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28237720.8800.700.07132.6385.3151.96
Hex1CED48580467855534
Octal343551101300106720512564
Binary11100111011011001000101100001000110111100001011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,237,72); }

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

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

 a { background-color: rgb(28,237,72); }

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

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

 span { border-color: rgb(28,237,72); }

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