#DAF282

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

Shades of Mindaro #DAF282

Tints of Mindaro #DAF282

Color information

#DAF282 (or 0xDAF282) is unknown color: approx Mindaro. HEX triplet: DA, F2 and 82. RGB value is (218,242,130). Sum of RGB (Red+Green+Blue) = 218+242+130=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF282 is #250D7D. Grayscale: #DEDEDE. Windows color (decimal): -2428286 or 8581850. OLE color: 8581850.

HSL color Cylindrical-coordinate representation of color #DAF282: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF282 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB218242130-
CMYK0.1000.460.05
HSL72.86º81.16%72.94%-
HSV(B)72.86º46.28%94.9%-
XYZ64.6980.0233.15-
YUV222.0676.05125.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 130 (51.17% from 255) = 22.03%
R=36.95%
G=41.02%
B=22.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421300.1000.460.0572.8681.1672.94
HexDAF282A02E5495149
Octal332362202120565111121111
Binary11011010111100101000001010100101110101100100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF282; }

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

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

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

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

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

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

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

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