Html Css Color HEX #DDFB74 Mindaro

📋 copy color: '#DDFB74'

red 221 ◦ green 251 ◦ blue 116

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

Shades of Mindaro #DDFB74

Tints of Mindaro #DDFB74

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.69%

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 37.59%
G = 42.69%
B = 19.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DDFB74 (or 0xDDFB74) is known color: Mindaro. HEX triplet: DD, FB and 74. RGB value is (221,251,116). Sum of RGB (Red+Green+Blue) = 221+251+116=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB74 is #22048B. Grayscale: #E3E3E3. Windows color (decimal): -2229388 or 7666653. OLE color: 7666653.

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

Color convert

RGB 221 251 116 -
CMYK 0.12 0 0.54 0.02
HSL 73.33º 0.94% 0.72% -
HSV(B) 73.33º 0.54% 0.98% -
XYZ 67.47 85.63 29.49 -
YUV 226.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 221 251 116 0.12 0 0.54 0.02 73.33 0.94 0.72
Hex DD FB 74 C 0 36 2 49 5E 48
Octal 335 373 164 14 0 66 2 111 136 110
Binary 11011101 11111011 1110100 1100 0 110110 10 1001001 1011110 1001000

Color Harmonies of #DDFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB74

Black with #DDFB74

Text Example


Text Example

White with #DDFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB74; }

 p { color: rgb(221,251,116); }

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

background-color css

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

 a { background-color: rgb(221,251,116); }

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

border-color css

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

 span { border-color: rgb(221,251,116); }

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