#DAF068

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

Shades of Mindaro #DAF068

Tints of Mindaro #DAF068

Color information

#DAF068 (or 0xDAF068) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 68. RGB value is (218,240,104). Sum of RGB (Red+Green+Blue) = 218+240+104=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF068 is #250F97. Grayscale: #DADADA. Windows color (decimal): -2428824 or 6877402. OLE color: 6877402.

HSL color Cylindrical-coordinate representation of color #DAF068: hue angle of 69.71º 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 #DAF068 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB218240104-
CMYK0.0900.570.06
HSL69.71º81.93%67.45%-
HSV(B)69.71º56.67%94.12%-
XYZ62.5778.2324.9-
YUV217.9263.71128.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=38.79%
G=42.70%
B=18.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401040.0900.570.0669.7181.9367.45
HexDAF06890396465243
Octal332360150110716106122103
Binary1101101011110000110100010010111001110100011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF068; }

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

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

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

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

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

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

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

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