Html Css Color HEX #DDF87C Mindaro

📋 copy color: '#DDF87C'

red 221 ◦ green 248 ◦ blue 124

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

Shades of Mindaro #DDF87C

Tints of Mindaro #DDF87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.91%

R = 37.27%
G = 41.82%
B = 20.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#DDF87C (or 0xDDF87C) is known color: Mindaro. HEX triplet: DD, F8 and 7C. RGB value is (221,248,124). Sum of RGB (Red+Green+Blue) = 221+248+124=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF87C is #220783. Grayscale: #E2E2E2. Windows color (decimal): -2230148 or 8190173. OLE color: 8190173.

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

Color convert

RGB 221 248 124 -
CMYK 0.11 0 0.5 0.03
HSL 73.06º 0.9% 0.73% -
HSV(B) 73.06º 0.5% 0.97% -
XYZ 67.02 83.96 31.74 -
YUV 225.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 221 248 124 0.11 0 0.5 0.03 73.06 0.9 0.73
Hex DD F8 7C B 0 32 3 49 5A 49
Octal 335 370 174 13 0 62 3 111 132 111
Binary 11011101 11111000 1111100 1011 0 110010 11 1001001 1011010 1001001

Color Harmonies of #DDF87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF87C

Black with #DDF87C

Text Example


Text Example

White with #DDF87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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