#DDF265

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

Shades of Mindaro #DDF265

Tints of Mindaro #DDF265

Color information

#DDF265 (or 0xDDF265) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 65. RGB value is (221,242,101). Sum of RGB (Red+Green+Blue) = 221+242+101=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF265 is #220D9A. Grayscale: #DCDCDC. Windows color (decimal): -2231707 or 6681309. OLE color: 6681309.

HSL color Cylindrical-coordinate representation of color #DDF265: hue angle of 68.94º degrees, saturation: 0.84, 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 #DDF265 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB221242101-
CMYK0.0900.580.05
HSL68.94º84.43%67.25%-
HSV(B)68.94º58.26%94.9%-
XYZ63.9279.8224.35-
YUV219.6561.04128.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 242 (94.92% from 255) = 42.91%
BLUE value IS 101 (39.84% from 255) = 17.91%
R=39.18%
G=42.91%
B=17.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421010.0900.580.0568.9484.4367.25
HexDDF265903A5455443
Octal335362145110725105124103
Binary1101110111110010110010110010111010101100010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF265; }

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

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

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

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

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

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

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

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