Html Css Color HEX #DDF976 Mindaro

📋 copy color: '#DDF976'

red 221 ◦ green 249 ◦ blue 118

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

Shades of Mindaro #DDF976

Tints of Mindaro #DDF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.35%

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

R = 37.59%
G = 42.35%
B = 20.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DDF976 (or 0xDDF976) is known color: Mindaro. HEX triplet: DD, F9 and 76. RGB value is (221,249,118). Sum of RGB (Red+Green+Blue) = 221+249+118=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF976 is #220689. Grayscale: #E2E2E2. Windows color (decimal): -2229898 or 7797213. OLE color: 7797213.

HSL color Cylindrical-coordinate representation of color #DDF976: hue angle of 72.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF976 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 118 -
CMYK 0.11 0 0.53 0.02
HSL 72.82º 0.92% 0.72% -
HSV(B) 72.82º 0.53% 0.98% -
XYZ 66.96 84.43 29.91 -
YUV 225.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 221 249 118 0.11 0 0.53 0.02 72.82 0.92 0.72
Hex DD F9 76 B 0 35 2 49 5C 48
Octal 335 371 166 13 0 65 2 111 134 110
Binary 11011101 11111001 1110110 1011 0 110101 10 1001001 1011100 1001000

Color Harmonies of #DDF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF976

Black with #DDF976

Text Example


Text Example

White with #DDF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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