#DDF465

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

Shades of Mindaro #DDF465

Tints of Mindaro #DDF465

Color information

#DDF465 (or 0xDDF465) is unknown color: approx Mindaro. HEX triplet: DD, F4 and 65. RGB value is (221,244,101). Sum of RGB (Red+Green+Blue) = 221+244+101=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF465 is #220B9A. Grayscale: #DDDDDD. Windows color (decimal): -2231195 or 6681821. OLE color: 6681821.

HSL color Cylindrical-coordinate representation of color #DDF465: hue angle of 69.65º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF465 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB221244101-
CMYK0.0900.590.04
HSL69.65º86.67%67.65%-
HSV(B)69.65º58.61%95.69%-
XYZ64.5281.0124.55-
YUV220.8260.38128.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 101 (39.84% from 255) = 17.84%
R=39.05%
G=43.11%
B=17.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441010.0900.590.0469.6586.6767.65
HexDDF465903B4465744
Octal335364145110734106127104
Binary1101110111110100110010110010111011100100011010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF465; }

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

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

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

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

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

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

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

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