#DAF869

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

Shades of Mindaro #DAF869

Tints of Mindaro #DAF869

Color information

#DAF869 (or 0xDAF869) is unknown color: approx Mindaro. HEX triplet: DA, F8 and 69. RGB value is (218,248,105). Sum of RGB (Red+Green+Blue) = 218+248+105=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF869 is #250796. Grayscale: #DFDFDF. Windows color (decimal): -2426775 or 6944986. OLE color: 6944986.

HSL color Cylindrical-coordinate representation of color #DAF869: hue angle of 72.59º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF869 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB218248105-
CMYK0.1200.580.03
HSL72.59º91.08%69.22%-
HSV(B)72.59º57.66%97.25%-
XYZ65.0383.0625.97-
YUV222.7361.56124.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 105 (41.41% from 255) = 18.39%
R=38.18%
G=43.43%
B=18.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481050.1200.580.0372.5991.0869.22
HexDAF869C03A3495b45
Octal332370151140723111133105
Binary110110101111100011010011100011101011100100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF869; }

 p { color: rgb(218,248,105); }

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

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

 a { background-color: rgb(218,248,105); }

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

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

 span { border-color: rgb(218,248,105); }

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