Html Css Color HEX #DDF96D Mindaro

📋 copy color: '#DDF96D'

red 221 ◦ green 249 ◦ blue 109

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

Shades of Mindaro #DDF96D

Tints of Mindaro #DDF96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.83%

R = 38.17%
G = 43.01%
B = 18.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DDF96D (or 0xDDF96D) is known color: Mindaro. HEX triplet: DD, F9 and 6D. RGB value is (221,249,109). Sum of RGB (Red+Green+Blue) = 221+249+109=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF96D is #220692. Grayscale: #E1E1E1. Windows color (decimal): -2229907 or 7207389. OLE color: 7207389.

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

Color convert

RGB 221 249 109 -
CMYK 0.11 0 0.56 0.02
HSL 72º 0.92% 0.7% -
HSV(B) 72º 0.56% 0.98% -
XYZ 66.45 84.23 27.22 -
YUV 224.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 221 249 109 0.11 0 0.56 0.02 72 0.92 0.7
Hex DD F9 6D B 0 38 2 48 5C 46
Octal 335 371 155 13 0 70 2 110 134 106
Binary 11011101 11111001 1101101 1011 0 111000 10 1001000 1011100 1000110

Color Harmonies of #DDF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF96D

Black with #DDF96D

Text Example


Text Example

White with #DDF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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