#DDF261

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

Shades of Mindaro #DDF261

Tints of Mindaro #DDF261

Color information

#DDF261 (or 0xDDF261) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 61. RGB value is (221,242,97). Sum of RGB (Red+Green+Blue) = 221+242+97=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF261 is #220D9E. Grayscale: #DBDBDB. Windows color (decimal): -2231711 or 6419165. OLE color: 6419165.

HSL color Cylindrical-coordinate representation of color #DDF261: hue angle of 68.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF261 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB22124297-
CMYK0.0900.600.05
HSL68.69º84.8%66.47%-
HSV(B)68.69º59.92%94.9%-
XYZ63.7379.7423.34-
YUV219.1959.04129.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 97 (38.28% from 255) = 17.32%
R=39.46%
G=43.21%
B=17.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221242970.0900.600.0568.6984.866.47
HexDDF261903C5455542
Octal335362141110745105125102
Binary1101110111110010110000110010111100101100010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF261; }

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

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

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

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

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

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

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

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