#1DEB52

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

Shades of Malachite #1DEB52

Tints of Malachite #1DEB52

Color information

#1DEB52 (or 0x1DEB52) is unknown color: approx Malachite. HEX triplet: 1D, EB and 52. RGB value is (29,235,82). Sum of RGB (Red+Green+Blue) = 29+235+82=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEB52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEB52 is #E214AD. Grayscale: #9C9C9C. Windows color (decimal): -14816430 or 5434141. OLE color: 5434141.

HSL color Cylindrical-coordinate representation of color #1DEB52: hue angle of 135.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEB52 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB2923582-
CMYK0.8800.650.08
HSL135.44º83.74%51.76%-
HSV(B)135.44º87.66%92.16%-
XYZ31.7460.2917.95-
YUV155.9686.2537.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.38%
GREEN value IS 235 (92.19% from 255) = 67.92%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=8.38%
G=67.92%
B=23.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal29235820.8800.650.08135.4483.7451.76
Hex1DEB52580418875434
Octal3535312213001011020712464
Binary111011110101110100101011000010000011000100001111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,235,82); }

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

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

 a { background-color: rgb(29,235,82); }

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

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

 span { border-color: rgb(29,235,82); }

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