#DAF881

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

Shades of Mindaro #DAF881

Tints of Mindaro #DAF881

Color information

#DAF881 (or 0xDAF881) is unknown color: approx Mindaro. HEX triplet: DA, F8 and 81. RGB value is (218,248,129). Sum of RGB (Red+Green+Blue) = 218+248+129=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF881 is #25077E. Grayscale: #E1E1E1. Windows color (decimal): -2426751 or 8517850. OLE color: 8517850.

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

Color convert

RGB218248129-
CMYK0.1200.480.03
HSL75.13º89.47%73.92%-
HSV(B)75.13º47.98%97.25%-
XYZ66.4483.6333.41-
YUV225.4673.56122.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=36.64%
G=41.68%
B=21.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481290.1200.480.0375.1389.4773.92
HexDAF881C03034b594a
Octal332370201140603113131112
Binary1101101011111000100000011100011000011100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF881; }

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

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

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

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

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

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

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

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