#DDF767

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

Shades of Mindaro #DDF767

Tints of Mindaro #DDF767

Color information

#DDF767 (or 0xDDF767) is unknown color: approx Mindaro. HEX triplet: DD, F7 and 67. RGB value is (221,247,103). Sum of RGB (Red+Green+Blue) = 221+247+103=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF767 is #220898. Grayscale: #DFDFDF. Windows color (decimal): -2230425 or 6813661. OLE color: 6813661.

HSL color Cylindrical-coordinate representation of color #DDF767: hue angle of 70.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF767 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB221247103-
CMYK0.1100.580.03
HSL70.83º90%68.63%-
HSV(B)70.83º58.3%96.86%-
XYZ65.5382.8725.37-
YUV222.8160.39126.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 103 (40.62% from 255) = 18.04%
R=38.70%
G=43.26%
B=18.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471030.1100.580.0370.839068.63
HexDDF767B03A3475a45
Octal335367147130723107132105
Binary110111011111011111001111011011101011100011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF767; }

 p { color: rgb(221,247,103); }

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

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

 a { background-color: rgb(221,247,103); }

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

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

 span { border-color: rgb(221,247,103); }

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