Html Css Color HEX #DDF66D Mindaro

📋 copy color: '#DDF66D'

red 221 ◦ green 246 ◦ blue 109

#DDF66D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DDF66D

Tints of Mindaro #DDF66D

RGB

 RED value IS 221 (86.72% from 255) = 38.37%

 GREEN value IS 246 (96.48% from 255) = 42.71%

 BLUE value IS 109 (42.97% from 255) = 18.92%

R = 38.37%
G = 42.71%
B = 18.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#DDF66D (or 0xDDF66D) is known color: Mindaro. HEX triplet: DD, F6 and 6D. RGB value is (221,246,109). Sum of RGB (Red+Green+Blue) = 221+246+109=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF66D is #220992. Grayscale: #DFDFDF. Windows color (decimal): -2230675 or 7206621. OLE color: 7206621.

HSL color Cylindrical-coordinate representation of color #DDF66D: hue angle of 70.95º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDF66D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 109 -
CMYK 0.10 0 0.56 0.04
HSL 70.95º 0.88% 0.7% -
HSV(B) 70.95º 0.56% 0.96% -
XYZ 65.53 82.39 26.92 -
YUV 222.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 221 246 109 0.10 0 0.56 0.04 70.95 0.88 0.7
Hex DD F6 6D A 0 38 4 47 58 46
Octal 335 366 155 12 0 70 4 107 130 106
Binary 11011101 11110110 1101101 1010 0 111000 100 1000111 1011000 1000110

Color Harmonies of #DDF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF66D

Black with #DDF66D

Text Example


Text Example

White with #DDF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF66D; }

 p { color: rgb(221,246,109); }

 H1.HeaderClassName
 {
   color: #DDF66D;
 }
 .AnyTagClassName
 {
   color: #DDF66D;
 }
</style>

background-color css

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

 a { background-color: rgb(221,246,109); }

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

border-color css

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

 span { border-color: rgb(221,246,109); }

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