Html Css Color HEX #DDF376 Mindaro

📋 copy color: '#DDF376'

red 221 ◦ green 243 ◦ blue 118

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

Shades of Mindaro #DDF376

Tints of Mindaro #DDF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

 BLUE value IS 118 (46.48% from 255) = 20.27%

R = 37.97%
G = 41.75%
B = 20.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DDF376 (or 0xDDF376) is known color: Mindaro. HEX triplet: DD, F3 and 76. RGB value is (221,243,118). Sum of RGB (Red+Green+Blue) = 221+243+118=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF376 is #220C89. Grayscale: #DEDEDE. Windows color (decimal): -2231434 or 7795677. OLE color: 7795677.

HSL color Cylindrical-coordinate representation of color #DDF376: hue angle of 70.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF376 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 118 -
CMYK 0.09 0 0.51 0.05
HSL 70.56º 0.84% 0.71% -
HSV(B) 70.56º 0.51% 0.95% -
XYZ 65.14 80.78 29.3 -
YUV 222.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 221 243 118 0.09 0 0.51 0.05 70.56 0.84 0.71
Hex DD F3 76 9 0 33 5 47 54 47
Octal 335 363 166 11 0 63 5 107 124 107
Binary 11011101 11110011 1110110 1001 0 110011 101 1000111 1010100 1000111

Color Harmonies of #DDF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF376

Black with #DDF376

Text Example


Text Example

White with #DDF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF376; }

 p { color: rgb(221,243,118); }

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

background-color css

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

 a { background-color: rgb(221,243,118); }

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

border-color css

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

 span { border-color: rgb(221,243,118); }

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