Html Css Color HEX #DDF06D Mindaro

📋 copy color: '#DDF06D'

red 221 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #DDF06D

Tints of Mindaro #DDF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

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

R = 38.77%
G = 42.11%
B = 19.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DDF06D (or 0xDDF06D) is known color: Mindaro. HEX triplet: DD, F0 and 6D. RGB value is (221,240,109). Sum of RGB (Red+Green+Blue) = 221+240+109=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06D is #220F92. Grayscale: #DBDBDB. Windows color (decimal): -2232211 or 7205085. OLE color: 7205085.

HSL color Cylindrical-coordinate representation of color #DDF06D: hue angle of 68.7º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF06D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 109 -
CMYK 0.08 0 0.55 0.06
HSL 68.7º 0.81% 0.68% -
HSV(B) 68.7º 0.55% 0.94% -
XYZ 63.74 78.8 26.32 -
YUV 219.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 221 240 109 0.08 0 0.55 0.06 68.7 0.81 0.68
Hex DD F0 6D 8 0 37 6 45 51 44
Octal 335 360 155 10 0 67 6 105 121 104
Binary 11011101 11110000 1101101 1000 0 110111 110 1000101 1010001 1000100

Color Harmonies of #DDF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF06D

Black with #DDF06D

Text Example


Text Example

White with #DDF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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