Html Css Color HEX #DDF974 Mindaro

📋 copy color: '#DDF974'

red 221 ◦ green 249 ◦ blue 116

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

Shades of Mindaro #DDF974

Tints of Mindaro #DDF974

RGB

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

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

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

R = 37.71%
G = 42.49%
B = 19.8%

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

#DDF974 (or 0xDDF974) is known color: Mindaro. HEX triplet: DD, F9 and 74. RGB value is (221,249,116). Sum of RGB (Red+Green+Blue) = 221+249+116=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF974 is #22068B. Grayscale: #E1E1E1. Windows color (decimal): -2229900 or 7666141. OLE color: 7666141.

HSL color Cylindrical-coordinate representation of color #DDF974: hue angle of 72.63º 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 #DDF974 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 116 -
CMYK 0.11 0 0.53 0.02
HSL 72.63º 0.92% 0.72% -
HSV(B) 72.63º 0.53% 0.98% -
XYZ 66.85 84.38 29.29 -
YUV 225.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 221 249 116 0.11 0 0.53 0.02 72.63 0.92 0.72
Hex DD F9 74 B 0 35 2 49 5C 48
Octal 335 371 164 13 0 65 2 111 134 110
Binary 11011101 11111001 1110100 1011 0 110101 10 1001001 1011100 1001000

Color Harmonies of #DDF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF974

Black with #DDF974

Text Example


Text Example

White with #DDF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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