#DAF968

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

Shades of Mindaro #DAF968

Tints of Mindaro #DAF968

Color information

#DAF968 (or 0xDAF968) is unknown color: approx Mindaro. HEX triplet: DA, F9 and 68. RGB value is (218,249,104). Sum of RGB (Red+Green+Blue) = 218+249+104=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF968 is #250697. Grayscale: #DFDFDF. Windows color (decimal): -2426520 or 6879706. OLE color: 6879706.

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

Color convert

RGB218249104-
CMYK0.1200.580.02
HSL72.83º92.36%69.22%-
HSV(B)72.83º58.23%97.65%-
XYZ65.2983.6625.8-
YUV223.260.73124.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 104 (41.02% from 255) = 18.21%
R=38.18%
G=43.61%
B=18.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491040.1200.580.0272.8392.3669.22
HexDAF968C03A2495c45
Octal332371150140722111134105
Binary110110101111100111010001100011101010100100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF968; }

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

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

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

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

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

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

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

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