Html Css Color HEX #DDFD73 Mindaro

📋 copy color: '#DDFD73'

red 221 ◦ green 253 ◦ blue 115

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

Shades of Mindaro #DDFD73

Tints of Mindaro #DDFD73

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

 BLUE value IS 115 (45.31% from 255) = 19.52%

R = 37.52%
G = 42.95%
B = 19.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#DDFD73 (or 0xDDFD73) is known color: Mindaro. HEX triplet: DD, FD and 73. RGB value is (221,253,115). Sum of RGB (Red+Green+Blue) = 221+253+115=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD73 is #22028C. Grayscale: #E4E4E4. Windows color (decimal): -2228877 or 7601629. OLE color: 7601629.

HSL color Cylindrical-coordinate representation of color #DDFD73: hue angle of 73.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDFD73 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 115 -
CMYK 0.13 0 0.55 0.01
HSL 73.91º 0.97% 0.72% -
HSV(B) 73.91º 0.55% 0.99% -
XYZ 68.04 86.86 29.4 -
YUV 227.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 221 253 115 0.13 0 0.55 0.01 73.91 0.97 0.72
Hex DD FD 73 D 0 37 1 4A 61 48
Octal 335 375 163 15 0 67 1 112 141 110
Binary 11011101 11111101 1110011 1101 0 110111 1 1001010 1100001 1001000

Color Harmonies of #DDFD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD73

Black with #DDFD73

Text Example


Text Example

White with #DDFD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD73; }

 p { color: rgb(221,253,115); }

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

background-color css

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

 a { background-color: rgb(221,253,115); }

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

border-color css

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

 span { border-color: rgb(221,253,115); }

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