#DAF274

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

Shades of Mindaro #DAF274

Tints of Mindaro #DAF274

Color information

#DAF274 (or 0xDAF274) is unknown color: approx Mindaro. HEX triplet: DA, F2 and 74. RGB value is (218,242,116). Sum of RGB (Red+Green+Blue) = 218+242+116=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF274 is #250D8B. Grayscale: #DCDCDC. Windows color (decimal): -2428300 or 7664346. OLE color: 7664346.

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

Color convert

RGB218242116-
CMYK0.1000.520.05
HSL71.43º82.89%70.2%-
HSV(B)71.43º52.07%94.9%-
XYZ63.8279.6728.54-
YUV220.4669.05126.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 116 (45.70% from 255) = 20.14%
R=37.85%
G=42.01%
B=20.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421160.1000.520.0571.4382.8970.2
HexDAF274A0345475346
Octal332362164120645107123106
Binary1101101011110010111010010100110100101100011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF274; }

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

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

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

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

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

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

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

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