#DAF981

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

Shades of Mindaro #DAF981

Tints of Mindaro #DAF981

Color information

#DAF981 (or 0xDAF981) is unknown color: approx Mindaro. HEX triplet: DA, F9 and 81. RGB value is (218,249,129). Sum of RGB (Red+Green+Blue) = 218+249+129=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF981 is #25067E. Grayscale: #E2E2E2. Windows color (decimal): -2426495 or 8518106. OLE color: 8518106.

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

Color convert

RGB218249129-
CMYK0.1200.480.02
HSL75.5º90.91%74.12%-
HSV(B)75.5º48.19%97.65%-
XYZ66.7584.2433.51-
YUV226.0573.23122.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=36.58%
G=41.78%
B=21.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491290.1200.480.0275.590.9174.12
HexDAF981C03024c5b4a
Octal332371201140602114133112
Binary1101101011111001100000011100011000010100110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF981; }

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

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

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

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

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

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

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

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