#D0FD52

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

Shades of Mindaro #D0FD52

Tints of Mindaro #D0FD52

Color information

#D0FD52 (or 0xD0FD52) is unknown color: approx Mindaro. HEX triplet: D0, FD and 52. RGB value is (208,253,82). Sum of RGB (Red+Green+Blue) = 208+253+82=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD52 is #2F02AD. Grayscale: #DCDCDC. Windows color (decimal): -3080878 or 5438928. OLE color: 5438928.

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

Color convert

RGB20825382-
CMYK0.1800.680.01
HSL75.79º97.71%65.69%-
HSV(B)75.79º67.59%99.22%-
XYZ62.6684.2720.95-
YUV220.0550.09119.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 82 (32.42% from 255) = 15.10%
R=38.31%
G=46.59%
B=15.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208253820.1800.680.0175.7997.7165.69
HexD0FD521204414c6242
Octal3203751222201041114142102
Binary1101000011111101101001010010010001001100110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD52; }

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

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

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

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

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

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

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

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