#DDF168

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

Shades of Mindaro #DDF168

Tints of Mindaro #DDF168

Color information

#DDF168 (or 0xDDF168) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 68. RGB value is (221,241,104). Sum of RGB (Red+Green+Blue) = 221+241+104=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF168 is #220E97. Grayscale: #DBDBDB. Windows color (decimal): -2231960 or 6877661. OLE color: 6877661.

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

Color convert

RGB221241104-
CMYK0.0800.570.05
HSL68.76º83.03%67.65%-
HSV(B)68.76º56.85%94.51%-
XYZ63.7779.2825.04-
YUV219.462.87129.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 104 (41.02% from 255) = 18.37%
R=39.05%
G=42.58%
B=18.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411040.0800.570.0568.7683.0367.65
HexDDF16880395455344
Octal335361150100715105123104
Binary1101110111110001110100010000111001101100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF168; }

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

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

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

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

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

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

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

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