Html Css Color HEX #DDF860 Mindaro

📋 copy color: '#DDF860'

red 221 ◦ green 248 ◦ blue 96

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

Shades of Mindaro #DDF860

Tints of Mindaro #DDF860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

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

R = 39.12%
G = 43.89%
B = 16.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DDF860 (or 0xDDF860) is known color: Mindaro. HEX triplet: DD, F8 and 60. RGB value is (221,248,96). Sum of RGB (Red+Green+Blue) = 221+248+96=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF860 is #22079F. Grayscale: #DFDFDF. Windows color (decimal): -2230176 or 6355165. OLE color: 6355165.

HSL color Cylindrical-coordinate representation of color #DDF860: hue angle of 70.66º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF860 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 96 -
CMYK 0.11 0 0.61 0.03
HSL 70.66º 0.92% 0.67% -
HSV(B) 70.66º 0.61% 0.97% -
XYZ 65.5 83.35 23.7 -
YUV 222.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 221 248 96 0.11 0 0.61 0.03 70.66 0.92 0.67
Hex DD F8 60 B 0 3D 3 47 5C 43
Octal 335 370 140 13 0 75 3 107 134 103
Binary 11011101 11111000 1100000 1011 0 111101 11 1000111 1011100 1000011

Color Harmonies of #DDF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF860

Black with #DDF860

Text Example


Text Example

White with #DDF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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