Html Css Color HEX #DDF062 Mindaro

📋 copy color: '#DDF062'

red 221 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #DDF062

Tints of Mindaro #DDF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.53%

R = 39.53%
G = 42.93%
B = 17.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#DDF062 (or 0xDDF062) is known color: Mindaro. HEX triplet: DD, F0 and 62. RGB value is (221,240,98). Sum of RGB (Red+Green+Blue) = 221+240+98=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF062 is #220F9D. Grayscale: #DADADA. Windows color (decimal): -2232222 or 6484189. OLE color: 6484189.

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

Color convert

RGB 221 240 98 -
CMYK 0.08 0 0.59 0.06
HSL 68.03º 0.83% 0.66% -
HSV(B) 68.03º 0.59% 0.94% -
XYZ 63.18 78.57 23.39 -
YUV 218.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 221 240 98 0.08 0 0.59 0.06 68.03 0.83 0.66
Hex DD F0 62 8 0 3B 6 44 53 42
Octal 335 360 142 10 0 73 6 104 123 102
Binary 11011101 11110000 1100010 1000 0 111011 110 1000100 1010011 1000010

Color Harmonies of #DDF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF062

Black with #DDF062

Text Example


Text Example

White with #DDF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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