#DDF165

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

Shades of Mindaro #DDF165

Tints of Mindaro #DDF165

Color information

#DDF165 (or 0xDDF165) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 65. RGB value is (221,241,101). Sum of RGB (Red+Green+Blue) = 221+241+101=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF165 is #220E9A. Grayscale: #DBDBDB. Windows color (decimal): -2231963 or 6681053. OLE color: 6681053.

HSL color Cylindrical-coordinate representation of color #DDF165: hue angle of 68.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF165 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB221241101-
CMYK0.0800.580.05
HSL68.57º83.33%67.06%-
HSV(B)68.57º58.09%94.51%-
XYZ63.6279.2224.25-
YUV219.0661.37129.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=39.25%
G=42.81%
B=17.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411010.0800.580.0568.5783.3367.06
HexDDF165803A5455343
Octal335361145100725105123103
Binary1101110111110001110010110000111010101100010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF165; }

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

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

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

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

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

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

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

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