#7CDB52

Color #7CDB52 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7CDB52

Tints of Mantis #7CDB52

Color information

#7CDB52 (or 0x7CDB52) is unknown color: approx Mantis. HEX triplet: 7C, DB and 52. RGB value is (124,219,82). Sum of RGB (Red+Green+Blue) = 124+219+82=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB52 is #8324AD. Grayscale: #AFAFAF. Windows color (decimal): -8594606 or 5430140. OLE color: 5430140.

HSL color Cylindrical-coordinate representation of color #7CDB52: hue angle of 101.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CDB52 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB12421982-
CMYK0.4300.630.14
HSL101.61º65.55%59.02%-
HSV(B)101.61º62.56%85.88%-
XYZ35.1755.5616.85-
YUV174.9875.5391.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 219 (85.94% from 255) = 51.53%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=29.18%
G=51.53%
B=19.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal124219820.4300.630.14101.6165.5559.02
Hex7CDB522B03FE66423b
Octal174333122530771614610273
Binary11111001101101110100101010110111111111011001101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CDB52; }

 p { color: rgb(124,219,82); }

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

<style>
 a { background-color: #7CDB52; }

 a { background-color: rgb(124,219,82); }

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

<style>
 span { border-color: #7CDB52; }

 span { border-color: rgb(124,219,82); }

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