#DAF082

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

Shades of Mindaro #DAF082

Tints of Mindaro #DAF082

Color information

#DAF082 (or 0xDAF082) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 82. RGB value is (218,240,130). Sum of RGB (Red+Green+Blue) = 218+240+130=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF082 is #250F7D. Grayscale: #DDDDDD. Windows color (decimal): -2428798 or 8581338. OLE color: 8581338.

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

Color convert

RGB218240130-
CMYK0.0900.460.06
HSL72º78.57%72.55%-
HSV(B)72º45.83%94.12%-
XYZ64.178.8432.96-
YUV220.8876.71125.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 22.11%
R=37.07%
G=40.82%
B=22.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401300.0900.460.067278.5772.55
HexDAF082902E6484f49
Octal332360202110566110117111
Binary11011010111100001000001010010101110110100100010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF082; }

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

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

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

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

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

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

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

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