#DAF083

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

Shades of Mindaro #DAF083

Tints of Mindaro #DAF083

Color information

#DAF083 (or 0xDAF083) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 83. RGB value is (218,240,131). Sum of RGB (Red+Green+Blue) = 218+240+131=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF083 is #250F7C. Grayscale: #DDDDDD. Windows color (decimal): -2428797 or 8646874. OLE color: 8646874.

HSL color Cylindrical-coordinate representation of color #DAF083: hue angle of 72.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAF083 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB218240131-
CMYK0.0900.450.06
HSL72.11º78.42%72.75%-
HSV(B)72.11º45.42%94.12%-
XYZ64.1778.8633.31-
YUV22177.21125.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 131 (51.56% from 255) = 22.24%
R=37.01%
G=40.75%
B=22.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401310.0900.450.0672.1178.4272.75
HexDAF083902D6484e49
Octal332360203110556110116111
Binary11011010111100001000001110010101101110100100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF083; }

 p { color: rgb(218,240,131); }

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

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

 a { background-color: rgb(218,240,131); }

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

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

 span { border-color: rgb(218,240,131); }

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