#1CCF55

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

Shades of Malachite #1CCF55

Tints of Malachite #1CCF55

Color information

#1CCF55 (or 0x1CCF55) is unknown color: approx Malachite. HEX triplet: 1C, CF and 55. RGB value is (28,207,85). Sum of RGB (Red+Green+Blue) = 28+207+85=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCF55 is #E330AA. Grayscale: #8B8B8B. Windows color (decimal): -14889131 or 5623580. OLE color: 5623580.

HSL color Cylindrical-coordinate representation of color #1CCF55: hue angle of 139.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF55 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2820785-
CMYK0.8600.590.19
HSL139.11º76.17%46.08%-
HSV(B)139.11º86.47%81.18%-
XYZ24.4345.5316.09-
YUV139.5797.248.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.75%
GREEN value IS 207 (81.25% from 255) = 64.69%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=8.75%
G=64.69%
B=26.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28207850.8600.590.19139.1176.1746.08
Hex1CCF555603B138b4c2e
Octal343171251260732321311456
Binary111001100111110101011010110011101110011100010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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