#DFFD75

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

Shades of Mindaro #DFFD75

Tints of Mindaro #DFFD75

Color information

#DFFD75 (or 0xDFFD75) is unknown color: approx Mindaro. HEX triplet: DF, FD and 75. RGB value is (223,253,117). Sum of RGB (Red+Green+Blue) = 223+253+117=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD75 is #20028A. Grayscale: #E5E5E5. Windows color (decimal): -2097803 or 7732703. OLE color: 7732703.

HSL color Cylindrical-coordinate representation of color #DFFD75: hue angle of 73.24º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFFD75 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB223253117-
CMYK0.1200.540.01
HSL73.24º97.14%72.55%-
HSV(B)73.24º53.75%99.22%-
XYZ68.7787.2230.04-
YUV228.5365.06124.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 117 (46.09% from 255) = 19.73%
R=37.61%
G=42.66%
B=19.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531170.1200.540.0173.2497.1472.55
HexDFFD75C0361496149
Octal337375165140661111141111
Binary11011111111111011110101110001101101100100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFD75; }

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

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

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

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

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

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

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

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