Html Css Color HEX #DDF663 Mindaro

📋 copy color: '#DDF663'

red 221 ◦ green 246 ◦ blue 99

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

Shades of Mindaro #DDF663

Tints of Mindaro #DDF663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.49%

R = 39.05%
G = 43.46%
B = 17.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#DDF663 (or 0xDDF663) is known color: Mindaro. HEX triplet: DD, F6 and 63. RGB value is (221,246,99). Sum of RGB (Red+Green+Blue) = 221+246+99=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF663 is #22099C. Grayscale: #DEDEDE. Windows color (decimal): -2230685 or 6551261. OLE color: 6551261.

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

Color convert

RGB 221 246 99 -
CMYK 0.10 0 0.60 0.04
HSL 70.2º 0.89% 0.68% -
HSV(B) 70.2º 0.6% 0.96% -
XYZ 65.03 82.18 24.24 -
YUV 221.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 221 246 99 0.10 0 0.60 0.04 70.2 0.89 0.68
Hex DD F6 63 A 0 3C 4 46 59 44
Octal 335 366 143 12 0 74 4 106 131 104
Binary 11011101 11110110 1100011 1010 0 111100 100 1000110 1011001 1000100

Color Harmonies of #DDF663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF663

Black with #DDF663

Text Example


Text Example

White with #DDF663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF663; }

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

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

background-color css

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

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

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

border-color css

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

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

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