#dfe974

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

Shades of Mindaro #DFE974

Tints of Mindaro #DFE974

Color information

#DFE974 (or 0xDFE974) is unknown color: approx Mindaro. HEX triplet: DF, E9 and 74. RGB value is (223,233,116). Sum of RGB (Red+Green+Blue) = 223+233+116=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE974 is #20168B. Grayscale: #D9D9D9. Windows color (decimal): -2102924 or 7662047. OLE color: 7662047.

HSL color Cylindrical-coordinate representation of color #DFE974: hue angle of 65.13º degrees, saturation: 0.73, 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 #DFE974 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB223233116-
CMYK0.0400.500.09
HSL65.13º72.67%68.43%-
HSV(B)65.13º50.21%91.37%-
XYZ62.7275.2327.74-
YUV216.6771.19132.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 116 (45.70% from 255) = 20.28%
R=38.99%
G=40.73%
B=20.28%

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
Decimal2232331160.0400.500.0965.1372.6768.43
HexDFE97440329414944
Octal337351164406211101111104
Binary1101111111101001111010010001100101001100000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfe974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfe974; }

 p { color: rgb(223,233,116); }

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

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

 a { background-color: rgb(223,233,116); }

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

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

 span { border-color: rgb(223,233,116); }

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