#daf966

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

Shades of Mindaro #DAF966

Tints of Mindaro #DAF966

Color information

#DAF966 (or 0xDAF966) is unknown color: approx Mindaro. HEX triplet: DA, F9 and 66. RGB value is (218,249,102). Sum of RGB (Red+Green+Blue) = 218+249+102=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF966 is #250699. Grayscale: #DFDFDF. Windows color (decimal): -2426522 or 6748634. OLE color: 6748634.

HSL color Cylindrical-coordinate representation of color #DAF966: hue angle of 72.65º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF966 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB218249102-
CMYK0.1200.590.02
HSL72.65º92.45%68.82%-
HSV(B)72.65º59.04%97.65%-
XYZ65.1983.6225.27-
YUV222.9759.73124.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 102 (40.23% from 255) = 17.93%
R=38.31%
G=43.76%
B=17.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491020.1200.590.0272.6592.4568.82
HexDAF966C03B2495c45
Octal332371146140732111134105
Binary110110101111100111001101100011101110100100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daf966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daf966; }

 p { color: rgb(218,249,102); }

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

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

 a { background-color: rgb(218,249,102); }

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

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

 span { border-color: rgb(218,249,102); }

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