#1BCC52

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

Shades of Malachite #1BCC52

Tints of Malachite #1BCC52

Color information

#1BCC52 (or 0x1BCC52) is unknown color: approx Malachite. HEX triplet: 1B, CC and 52. RGB value is (27,204,82). Sum of RGB (Red+Green+Blue) = 27+204+82=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCC52 is #E433AD. Grayscale: #898989. Windows color (decimal): -14955438 or 5426203. OLE color: 5426203.

HSL color Cylindrical-coordinate representation of color #1BCC52: hue angle of 138.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC52 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2720482-
CMYK0.8700.600.2
HSL138.64º76.62%45.29%-
HSV(B)138.64º86.76%80%-
XYZ23.5744.0315.24-
YUV137.1796.8649.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.63%
GREEN value IS 204 (80.08% from 255) = 65.18%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=8.63%
G=65.18%
B=26.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27204820.8700.600.2138.6476.6245.29
Hex1BCC525703C148b4d2d
Octal333141221270742421311555
Binary110111100110010100101010111011110010100100010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,204,82); }

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

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

 a { background-color: rgb(27,204,82); }

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

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

 span { border-color: rgb(27,204,82); }

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