Html Css Color HEX #DDF66C Mindaro

📋 copy color: '#DDF66C'

red 221 ◦ green 246 ◦ blue 108

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

Shades of Mindaro #DDF66C

Tints of Mindaro #DDF66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.78%

R = 38.43%
G = 42.78%
B = 18.78%

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

#DDF66C (or 0xDDF66C) is known color: Mindaro. HEX triplet: DD, F6 and 6C. RGB value is (221,246,108). Sum of RGB (Red+Green+Blue) = 221+246+108=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF66C is #220993. Grayscale: #DFDFDF. Windows color (decimal): -2230676 or 7141085. OLE color: 7141085.

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

Color convert

RGB 221 246 108 -
CMYK 0.10 0 0.56 0.04
HSL 70.87º 0.88% 0.69% -
HSV(B) 70.87º 0.56% 0.96% -
XYZ 65.48 82.37 26.63 -
YUV 222.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 221 246 108 0.10 0 0.56 0.04 70.87 0.88 0.69
Hex DD F6 6C A 0 38 4 47 58 45
Octal 335 366 154 12 0 70 4 107 130 105
Binary 11011101 11110110 1101100 1010 0 111000 100 1000111 1011000 1000101

Color Harmonies of #DDF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF66C

Black with #DDF66C

Text Example


Text Example

White with #DDF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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