#D2F668

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

Shades of Mindaro #D2F668

Tints of Mindaro #D2F668

Color information

#D2F668 (or 0xD2F668) is unknown color: approx Mindaro. HEX triplet: D2, F6 and 68. RGB value is (210,246,104). Sum of RGB (Red+Green+Blue) = 210+246+104=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F668 is #2D0997. Grayscale: #DBDBDB. Windows color (decimal): -2951576 or 6878930. OLE color: 6878930.

HSL color Cylindrical-coordinate representation of color #D2F668: hue angle of 75.21º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2F668 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB210246104-
CMYK0.1500.580.04
HSL75.21º88.75%68.63%-
HSV(B)75.21º57.72%96.47%-
XYZ62.0380.6125.39-
YUV219.0563.07121.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 246 (96.48% from 255) = 43.93%
BLUE value IS 104 (41.02% from 255) = 18.57%
R=37.5%
G=43.93%
B=18.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102461040.1500.580.0475.2188.7568.63
HexD2F668F03A44b5945
Octal322366150170724113131105
Binary1101001011110110110100011110111010100100101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F668; }

 p { color: rgb(210,246,104); }

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

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

 a { background-color: rgb(210,246,104); }

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

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

 span { border-color: rgb(210,246,104); }

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