#6CD252

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

Shades of Mantis #6CD252

Tints of Mantis #6CD252

Color information

#6CD252 (or 0x6CD252) is unknown color: approx Mantis. HEX triplet: 6C, D2 and 52. RGB value is (108,210,82). Sum of RGB (Red+Green+Blue) = 108+210+82=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD252 is #932DAD. Grayscale: #A5A5A5. Windows color (decimal): -9645486 or 5427820. OLE color: 5427820.

HSL color Cylindrical-coordinate representation of color #6CD252: hue angle of 107.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CD252 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB10821082-
CMYK0.4900.610.18
HSL107.81º58.72%57.25%-
HSV(B)107.81º60.95%82.35%-
XYZ30.7549.8915.99-
YUV164.9181.2187.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 210 (82.42% from 255) = 52.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=27%
G=52.5%
B=20.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108210820.4900.610.18107.8158.7257.25
Hex6CD2523103D126c3b39
Octal15432212261075221547371
Binary11011001101001010100101100010111101100101101100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CD252; }

 p { color: rgb(108,210,82); }

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

<style>
 a { background-color: #6CD252; }

 a { background-color: rgb(108,210,82); }

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

<style>
 span { border-color: #6CD252; }

 span { border-color: rgb(108,210,82); }

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