#D8FD52

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

Shades of Mindaro #D8FD52

Tints of Mindaro #D8FD52

Color information

#D8FD52 (or 0xD8FD52) is unknown color: approx Mindaro. HEX triplet: D8, FD and 52. RGB value is (216,253,82). Sum of RGB (Red+Green+Blue) = 216+253+82=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD52 is #2702AD. Grayscale: #DFDFDF. Windows color (decimal): -2556590 or 5438936. OLE color: 5438936.

HSL color Cylindrical-coordinate representation of color #D8FD52: hue angle of 72.98º 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 #D8FD52 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB21625382-
CMYK0.1500.680.01
HSL72.98º97.71%65.69%-
HSV(B)72.98º67.59%99.22%-
XYZ64.9785.4621.05-
YUV222.4448.74123.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 82 (32.42% from 255) = 14.88%
R=39.20%
G=45.92%
B=14.88%

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
Decimal216253820.1500.680.0172.9897.7165.69
HexD8FD52F0441496242
Octal3303751221701041111142102
Binary110110001111110110100101111010001001100100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD52; }

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

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

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

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

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

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

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

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