Html Css Color HEX #DDFF63 Mindaro

📋 copy color: '#DDFF63'

red 221 ◦ green 255 ◦ blue 99

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

Shades of Mindaro #DDFF63

Tints of Mindaro #DDFF63

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

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

R = 38.43%
G = 44.35%
B = 17.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#DDFF63 (or 0xDDFF63) is known color: Mindaro. HEX triplet: DD, FF and 63. RGB value is (221,255,99). Sum of RGB (Red+Green+Blue) = 221+255+99=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 99 (39.06% from 255 or 17.22% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF63 is #22009C. Grayscale: #E3E3E3. Windows color (decimal): -2228381 or 6553565. OLE color: 6553565.

HSL color Cylindrical-coordinate representation of color #DDFF63: hue angle of 73.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDFF63 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 99 -
CMYK 0.13 0 0.61 0
HSL 73.08º 1% 0.69% -
HSV(B) 73.08º 0.61% 1% -
XYZ 67.83 87.79 25.18 -
YUV 227.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 221 255 99 0.13 0 0.61 0 73.08 1 0.69
Hex DD FF 63 D 0 3D 0 49 64 45
Octal 335 377 143 15 0 75 0 111 144 105
Binary 11011101 11111111 1100011 1101 0 111101 0 1001001 1100100 1000101

Color Harmonies of #DDFF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF63

Black with #DDFF63

Text Example


Text Example

White with #DDFF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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