#D6FD52

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

Shades of Mindaro #D6FD52

Tints of Mindaro #D6FD52

Color information

#D6FD52 (or 0xD6FD52) is unknown color: approx Mindaro. HEX triplet: D6, FD and 52. RGB value is (214,253,82). Sum of RGB (Red+Green+Blue) = 214+253+82=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FD52 is #2902AD. Grayscale: #DEDEDE. Windows color (decimal): -2687662 or 5438934. OLE color: 5438934.

HSL color Cylindrical-coordinate representation of color #D6FD52: hue angle of 73.68º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6FD52 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB21425382-
CMYK0.1500.680.01
HSL73.68º97.71%65.69%-
HSV(B)73.68º67.59%99.22%-
XYZ64.3885.1621.03-
YUV221.8449.08122.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 82 (32.42% from 255) = 14.94%
R=38.98%
G=46.08%
B=14.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214253820.1500.680.0173.6897.7165.69
HexD6FD52F04414a6242
Octal3263751221701041112142102
Binary110101101111110110100101111010001001100101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FD52; }

 p { color: rgb(214,253,82); }

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

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

 a { background-color: rgb(214,253,82); }

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

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

 span { border-color: rgb(214,253,82); }

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