Html Css Color HEX #DDF078 Mindaro

📋 copy color: '#DDF078'

red 221 ◦ green 240 ◦ blue 120

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

Shades of Mindaro #DDF078

Tints of Mindaro #DDF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.65%

R = 38.04%
G = 41.31%
B = 20.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#DDF078 (or 0xDDF078) is known color: Mindaro. HEX triplet: DD, F0 and 78. RGB value is (221,240,120). Sum of RGB (Red+Green+Blue) = 221+240+120=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF078 is #220F87. Grayscale: #DDDDDD. Windows color (decimal): -2232200 or 7925981. OLE color: 7925981.

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

Color convert

RGB 221 240 120 -
CMYK 0.08 0 0.5 0.06
HSL 69.5º 0.8% 0.71% -
HSV(B) 69.5º 0.5% 0.94% -
XYZ 64.37 79.05 29.63 -
YUV 220.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 221 240 120 0.08 0 0.5 0.06 69.5 0.8 0.71
Hex DD F0 78 8 0 32 6 46 50 47
Octal 335 360 170 10 0 62 6 106 120 107
Binary 11011101 11110000 1111000 1000 0 110010 110 1000110 1010000 1000111

Color Harmonies of #DDF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF078

Black with #DDF078

Text Example


Text Example

White with #DDF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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