Html Css Color HEX #DDF060 Mindaro

📋 copy color: '#DDF060'

red 221 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #DDF060

Tints of Mindaro #DDF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.24%

R = 39.68%
G = 43.09%
B = 17.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#DDF060 (or 0xDDF060) is known color: Mindaro. HEX triplet: DD, F0 and 60. RGB value is (221,240,96). Sum of RGB (Red+Green+Blue) = 221+240+96=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF060 is #220F9F. Grayscale: #DADADA. Windows color (decimal): -2232224 or 6353117. OLE color: 6353117.

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

Color convert

RGB 221 240 96 -
CMYK 0.08 0 0.6 0.06
HSL 67.92º 0.83% 0.66% -
HSV(B) 67.92º 0.6% 0.94% -
XYZ 63.09 78.54 22.9 -
YUV 217.9 59.21 130.21 -
System Red Green Blue C M Y K H S L
Decimal 221 240 96 0.08 0 0.6 0.06 67.92 0.83 0.66
Hex DD F0 60 8 0 3C 6 44 53 42
Octal 335 360 140 10 0 74 6 104 123 102
Binary 11011101 11110000 1100000 1000 0 111100 110 1000100 1010011 1000010

Color Harmonies of #DDF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF060

Black with #DDF060

Text Example


Text Example

White with #DDF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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