#DDFF65

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

Shades of Mindaro #DDFF65

Tints of Mindaro #DDFF65

Color information

#DDFF65 (or 0xDDFF65) is unknown color: approx Mindaro. HEX triplet: DD, FF and 65. RGB value is (221,255,101). Sum of RGB (Red+Green+Blue) = 221+255+101=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF65 is #22009A. Grayscale: #E3E3E3. Windows color (decimal): -2228379 or 6684637. OLE color: 6684637.

HSL color Cylindrical-coordinate representation of color #DDFF65: hue angle of 73.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFF65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB221255101-
CMYK0.1300.600
HSL73.25º100%69.8%-
HSV(B)73.25º60.39%100%-
XYZ67.9387.8325.68-
YUV227.2856.74123.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 101 (39.84% from 255) = 17.50%
R=38.30%
G=44.19%
B=17.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551010.1300.60073.2510069.8
HexDDFF65D03C0496446
Octal335377145150740111144106
Binary11011101111111111100101110101111000100100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF65; }

 p { color: rgb(221,255,101); }

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

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

 a { background-color: rgb(221,255,101); }

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

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

 span { border-color: rgb(221,255,101); }

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