Html Css Color HEX #DDFA74 Mindaro

📋 copy color: '#DDFA74'

red 221 ◦ green 250 ◦ blue 116

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

Shades of Mindaro #DDFA74

Tints of Mindaro #DDFA74

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

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

R = 37.65%
G = 42.59%
B = 19.76%

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

#DDFA74 (or 0xDDFA74) is known color: Mindaro. HEX triplet: DD, FA and 74. RGB value is (221,250,116). Sum of RGB (Red+Green+Blue) = 221+250+116=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA74 is #22058B. Grayscale: #E2E2E2. Windows color (decimal): -2229644 or 7666397. OLE color: 7666397.

HSL color Cylindrical-coordinate representation of color #DDFA74: hue angle of 72.99º degrees, saturation: 0.93, 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 #DDFA74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 116 -
CMYK 0.12 0 0.54 0.02
HSL 72.99º 0.93% 0.72% -
HSV(B) 72.99º 0.54% 0.98% -
XYZ 67.16 85 29.39 -
YUV 226.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 221 250 116 0.12 0 0.54 0.02 72.99 0.93 0.72
Hex DD FA 74 C 0 36 2 49 5D 48
Octal 335 372 164 14 0 66 2 111 135 110
Binary 11011101 11111010 1110100 1100 0 110110 10 1001001 1011101 1001000

Color Harmonies of #DDFA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA74

Black with #DDFA74

Text Example


Text Example

White with #DDFA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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