Html Css Color HEX #DDF668 Mindaro

📋 copy color: '#DDF668'

red 221 ◦ green 246 ◦ blue 104

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

Shades of Mindaro #DDF668

Tints of Mindaro #DDF668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.21%

R = 38.7%
G = 43.08%
B = 18.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DDF668 (or 0xDDF668) is known color: Mindaro. HEX triplet: DD, F6 and 68. RGB value is (221,246,104). Sum of RGB (Red+Green+Blue) = 221+246+104=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF668 is #220997. Grayscale: #DEDEDE. Windows color (decimal): -2230680 or 6878941. OLE color: 6878941.

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

Color convert

RGB 221 246 104 -
CMYK 0.10 0 0.58 0.04
HSL 70.56º 0.89% 0.69% -
HSV(B) 70.56º 0.58% 0.96% -
XYZ 65.27 82.28 25.54 -
YUV 222.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 221 246 104 0.10 0 0.58 0.04 70.56 0.89 0.69
Hex DD F6 68 A 0 3A 4 47 59 45
Octal 335 366 150 12 0 72 4 107 131 105
Binary 11011101 11110110 1101000 1010 0 111010 100 1000111 1011001 1000101

Color Harmonies of #DDF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF668

Black with #DDF668

Text Example


Text Example

White with #DDF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF668; }

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

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

background-color css

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

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

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

border-color css

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

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

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