#DAF084

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

Shades of Mindaro #DAF084

Tints of Mindaro #DAF084

Color information

#DAF084 (or 0xDAF084) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 84. RGB value is (218,240,132). Sum of RGB (Red+Green+Blue) = 218+240+132=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF084 is #250F7B. Grayscale: #DDDDDD. Windows color (decimal): -2428796 or 8712410. OLE color: 8712410.

HSL color Cylindrical-coordinate representation of color #DAF084: hue angle of 72.22º 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 #DAF084 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB218240132-
CMYK0.0900.450.06
HSL72.22º78.26%72.94%-
HSV(B)72.22º45%94.12%-
XYZ64.2478.8933.67-
YUV221.1177.71125.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=36.95%
G=40.68%
B=22.37%

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
Decimal2182401320.0900.450.0672.2278.2672.94
HexDAF084902D6484e49
Octal332360204110556110116111
Binary11011010111100001000010010010101101110100100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF084; }

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

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

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

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

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

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

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

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