#DAF367

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

Shades of Mindaro #DAF367

Tints of Mindaro #DAF367

Color information

#DAF367 (or 0xDAF367) is unknown color: approx Mindaro. HEX triplet: DA, F3 and 67. RGB value is (218,243,103). Sum of RGB (Red+Green+Blue) = 218+243+103=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF367 is #250C98. Grayscale: #DCDCDC. Windows color (decimal): -2428057 or 6812634. OLE color: 6812634.

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

Color convert

RGB218243103-
CMYK0.1000.580.05
HSL70.71º85.37%67.84%-
HSV(B)70.71º57.61%95.29%-
XYZ63.4179.9924.93-
YUV219.5662.22126.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 103 (40.62% from 255) = 18.26%
R=38.65%
G=43.09%
B=18.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431030.1000.580.0570.7185.3767.84
HexDAF367A03A5475544
Octal332363147120725107125104
Binary1101101011110011110011110100111010101100011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF367; }

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

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

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

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

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

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

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

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