#DAFF68

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

Shades of Mindaro #DAFF68

Tints of Mindaro #DAFF68

Color information

#DAFF68 (or 0xDAFF68) is unknown color: approx Mindaro. HEX triplet: DA, FF and 68. RGB value is (218,255,104). Sum of RGB (Red+Green+Blue) = 218+255+104=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF68 is #250097. Grayscale: #E3E3E3. Windows color (decimal): -2424984 or 6881242. OLE color: 6881242.

HSL color Cylindrical-coordinate representation of color #DAFF68: hue angle of 74.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFF68 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB218255104-
CMYK0.1500.590
HSL74.7º100%70.39%-
HSV(B)74.7º59.22%100%-
XYZ67.1787.4226.43-
YUV226.7258.74121.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 104 (41.02% from 255) = 18.02%
R=37.78%
G=44.19%
B=18.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551040.1500.59074.710070.39
HexDAFF68F03B04b6446
Octal332377150170730113144106
Binary11011010111111111101000111101110110100101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF68; }

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

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

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

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

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

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

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

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