#DAF875

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

Shades of Mindaro #DAF875

Tints of Mindaro #DAF875

Color information

#DAF875 (or 0xDAF875) is unknown color: approx Mindaro. HEX triplet: DA, F8 and 75. RGB value is (218,248,117). Sum of RGB (Red+Green+Blue) = 218+248+117=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF875 is #25078A. Grayscale: #E0E0E0. Windows color (decimal): -2426763 or 7731418. OLE color: 7731418.

HSL color Cylindrical-coordinate representation of color #DAF875: hue angle of 73.74º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF875 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB218248117-
CMYK0.1200.530.03
HSL73.74º90.34%71.57%-
HSV(B)73.74º52.82%97.25%-
XYZ65.6983.3229.45-
YUV224.167.56123.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 117 (46.09% from 255) = 20.07%
R=37.39%
G=42.54%
B=20.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481170.1200.530.0373.7490.3471.57
HexDAF875C03534a5a48
Octal332370165140653112132110
Binary110110101111100011101011100011010111100101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF875; }

 p { color: rgb(218,248,117); }

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

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

 a { background-color: rgb(218,248,117); }

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

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

 span { border-color: rgb(218,248,117); }

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