#D9F068

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

Shades of Mindaro #D9F068

Tints of Mindaro #D9F068

Color information

#D9F068 (or 0xD9F068) is unknown color: approx Mindaro. HEX triplet: D9, F0 and 68. RGB value is (217,240,104). Sum of RGB (Red+Green+Blue) = 217+240+104=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F068 is #260F97. Grayscale: #DADADA. Windows color (decimal): -2494360 or 6877401. OLE color: 6877401.

HSL color Cylindrical-coordinate representation of color #D9F068: hue angle of 70.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9F068 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB217240104-
CMYK0.1000.570.06
HSL70.15º81.93%67.45%-
HSV(B)70.15º56.67%94.12%-
XYZ62.2778.0724.88-
YUV217.6263.88127.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 104 (41.02% from 255) = 18.54%
R=38.68%
G=42.78%
B=18.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172401040.1000.570.0670.1581.9367.45
HexD9F068A0396465243
Octal331360150120716106122103
Binary1101100111110000110100010100111001110100011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F068; }

 p { color: rgb(217,240,104); }

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

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

 a { background-color: rgb(217,240,104); }

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

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

 span { border-color: rgb(217,240,104); }

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