Html Css Color HEX #DDF97D Mindaro

📋 copy color: '#DDF97D'

red 221 ◦ green 249 ◦ blue 125

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

Shades of Mindaro #DDF97D

Tints of Mindaro #DDF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.01%

R = 37.14%
G = 41.85%
B = 21.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DDF97D (or 0xDDF97D) is known color: Mindaro. HEX triplet: DD, F9 and 7D. RGB value is (221,249,125). Sum of RGB (Red+Green+Blue) = 221+249+125=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF97D is #220682. Grayscale: #E2E2E2. Windows color (decimal): -2229891 or 8255965. OLE color: 8255965.

HSL color Cylindrical-coordinate representation of color #DDF97D: hue angle of 73.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF97D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 125 -
CMYK 0.11 0 0.50 0.02
HSL 73.55º 0.91% 0.73% -
HSV(B) 73.55º 0.5% 0.98% -
XYZ 67.4 84.6 32.18 -
YUV 226.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 221 249 125 0.11 0 0.50 0.02 73.55 0.91 0.73
Hex DD F9 7D B 0 32 2 4A 5B 49
Octal 335 371 175 13 0 62 2 112 133 111
Binary 11011101 11111001 1111101 1011 0 110010 10 1001010 1011011 1001001

Color Harmonies of #DDF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF97D

Black with #DDF97D

Text Example


Text Example

White with #DDF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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