#DAF177

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

Shades of Mindaro #DAF177

Tints of Mindaro #DAF177

Color information

#DAF177 (or 0xDAF177) is unknown color: approx Mindaro. HEX triplet: DA, F1 and 77. RGB value is (218,241,119). Sum of RGB (Red+Green+Blue) = 218+241+119=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF177 is #250E88. Grayscale: #DCDCDC. Windows color (decimal): -2428553 or 7860698. OLE color: 7860698.

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

Color convert

RGB218241119-
CMYK0.1000.510.05
HSL71.31º81.33%70.59%-
HSV(B)71.31º50.62%94.51%-
XYZ63.779.1529.37-
YUV220.2270.88126.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 119 (46.88% from 255) = 20.59%
R=37.72%
G=41.70%
B=20.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411190.1000.510.0571.3181.3370.59
HexDAF177A0335475147
Octal332361167120635107121107
Binary1101101011110001111011110100110011101100011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF177; }

 p { color: rgb(218,241,119); }

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

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

 a { background-color: rgb(218,241,119); }

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

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

 span { border-color: rgb(218,241,119); }

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