Html Css Color HEX #DDF57C Mindaro

📋 copy color: '#DDF57C'

red 221 ◦ green 245 ◦ blue 124

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

Shades of Mindaro #DDF57C

Tints of Mindaro #DDF57C

RGB

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

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

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

R = 37.46%
G = 41.53%
B = 21.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DDF57C (or 0xDDF57C) is known color: Mindaro. HEX triplet: DD, F5 and 7C. RGB value is (221,245,124). Sum of RGB (Red+Green+Blue) = 221+245+124=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF57C is #220A83. Grayscale: #E0E0E0. Windows color (decimal): -2230916 or 8189405. OLE color: 8189405.

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

Color convert

RGB 221 245 124 -
CMYK 0.10 0 0.49 0.04
HSL 71.9º 0.86% 0.72% -
HSV(B) 71.9º 0.49% 0.96% -
XYZ 66.11 82.13 31.44 -
YUV 224.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 221 245 124 0.10 0 0.49 0.04 71.9 0.86 0.72
Hex DD F5 7C A 0 31 4 48 56 48
Octal 335 365 174 12 0 61 4 110 126 110
Binary 11011101 11110101 1111100 1010 0 110001 100 1001000 1010110 1001000

Color Harmonies of #DDF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF57C

Black with #DDF57C

Text Example


Text Example

White with #DDF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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