#DFE875

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

Shades of Mindaro #DFE875

Tints of Mindaro #DFE875

Color information

#DFE875 (or 0xDFE875) is unknown color: approx Mindaro. HEX triplet: DF, E8 and 75. RGB value is (223,232,117). Sum of RGB (Red+Green+Blue) = 223+232+117=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE875 is #20178A. Grayscale: #D8D8D8. Windows color (decimal): -2103179 or 7727327. OLE color: 7727327.

HSL color Cylindrical-coordinate representation of color #DFE875: hue angle of 64.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFE875 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB223232117-
CMYK0.0400.500.09
HSL64.7º71.43%68.43%-
HSV(B)64.7º49.57%90.98%-
XYZ62.574.6927.95-
YUV216.272.02132.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 232 (91.02% from 255) = 40.56%
BLUE value IS 117 (46.09% from 255) = 20.45%
R=38.99%
G=40.56%
B=20.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232321170.0400.500.0964.771.4368.43
HexDFE87540329414744
Octal337350165406211101107104
Binary1101111111101000111010110001100101001100000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE875; }

 p { color: rgb(223,232,117); }

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

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

 a { background-color: rgb(223,232,117); }

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

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

 span { border-color: rgb(223,232,117); }

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