#D0FC52

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

Shades of Mindaro #D0FC52

Tints of Mindaro #D0FC52

Color information

#D0FC52 (or 0xD0FC52) is unknown color: approx Mindaro. HEX triplet: D0, FC and 52. RGB value is (208,252,82). Sum of RGB (Red+Green+Blue) = 208+252+82=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC52 is #2F03AD. Grayscale: #DCDCDC. Windows color (decimal): -3081134 or 5438672. OLE color: 5438672.

HSL color Cylindrical-coordinate representation of color #D0FC52: hue angle of 75.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0FC52 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB20825282-
CMYK0.1700.670.01
HSL75.53º96.59%65.49%-
HSV(B)75.53º67.46%98.82%-
XYZ62.3583.6420.84-
YUV219.4650.42119.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 252 (98.83% from 255) = 46.49%
BLUE value IS 82 (32.42% from 255) = 15.13%
R=38.38%
G=46.49%
B=15.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208252820.1700.670.0175.5396.5965.49
HexD0FC521104314c6141
Octal3203741222101031114141101
Binary1101000011111100101001010001010000111100110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC52; }

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

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

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

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

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

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

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

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