#DFFD65

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

Shades of Mindaro #DFFD65

Tints of Mindaro #DFFD65

Color information

#DFFD65 (or 0xDFFD65) is unknown color: approx Mindaro. HEX triplet: DF, FD and 65. RGB value is (223,253,101). Sum of RGB (Red+Green+Blue) = 223+253+101=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD65 is #20029A. Grayscale: #E3E3E3. Windows color (decimal): -2097819 or 6684127. OLE color: 6684127.

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

Color convert

RGB223253101-
CMYK0.1200.600.01
HSL71.84º97.44%69.41%-
HSV(B)71.84º60.08%99.22%-
XYZ67.9186.8825.5-
YUV226.757.06125.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 101 (39.84% from 255) = 17.50%
R=38.65%
G=43.85%
B=17.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531010.1200.600.0171.8497.4469.41
HexDFFD65C03C1486145
Octal337375145140741110141105
Binary11011111111111011100101110001111001100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFD65; }

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

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

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

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

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

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

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

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