#DAF380

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

Shades of Mindaro #DAF380

Tints of Mindaro #DAF380

Color information

#DAF380 (or 0xDAF380) is unknown color: approx Mindaro. HEX triplet: DA, F3 and 80. RGB value is (218,243,128). Sum of RGB (Red+Green+Blue) = 218+243+128=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF380 is #250C7F. Grayscale: #DEDEDE. Windows color (decimal): -2428032 or 8451034. OLE color: 8451034.

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

Color convert

RGB218243128-
CMYK0.1000.470.05
HSL73.04º82.73%72.75%-
HSV(B)73.04º47.33%95.29%-
XYZ64.8680.5732.55-
YUV222.4274.72124.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 243 (95.31% from 255) = 41.26%
BLUE value IS 128 (50.39% from 255) = 21.73%
R=37.01%
G=41.26%
B=21.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431280.1000.470.0573.0482.7372.75
HexDAF380A02F5495349
Octal332363200120575111123111
Binary11011010111100111000000010100101111101100100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF380; }

 p { color: rgb(218,243,128); }

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

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

 a { background-color: rgb(218,243,128); }

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

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

 span { border-color: rgb(218,243,128); }

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