Html Css Color HEX #DDF560 Mindaro

📋 copy color: '#DDF560'

red 221 ◦ green 245 ◦ blue 96

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

Shades of Mindaro #DDF560

Tints of Mindaro #DDF560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.59%

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

R = 39.32%
G = 43.59%
B = 17.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DDF560 (or 0xDDF560) is known color: Mindaro. HEX triplet: DD, F5 and 60. RGB value is (221,245,96). Sum of RGB (Red+Green+Blue) = 221+245+96=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF560 is #220A9F. Grayscale: #DDDDDD. Windows color (decimal): -2230944 or 6354397. OLE color: 6354397.

HSL color Cylindrical-coordinate representation of color #DDF560: hue angle of 69.66º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF560 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 96 -
CMYK 0.10 0 0.61 0.04
HSL 69.66º 0.88% 0.67% -
HSV(B) 69.66º 0.61% 0.96% -
XYZ 64.58 81.52 23.4 -
YUV 220.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 221 245 96 0.10 0 0.61 0.04 69.66 0.88 0.67
Hex DD F5 60 A 0 3D 4 46 58 43
Octal 335 365 140 12 0 75 4 106 130 103
Binary 11011101 11110101 1100000 1010 0 111101 100 1000110 1011000 1000011

Color Harmonies of #DDF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF560

Black with #DDF560

Text Example


Text Example

White with #DDF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF560; }

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

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

background-color css

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

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

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

border-color css

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

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

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