Html Css Color HEX #DDF564 Mindaro

📋 copy color: '#DDF564'

red 221 ◦ green 245 ◦ blue 100

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

Shades of Mindaro #DDF564

Tints of Mindaro #DDF564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.67%

R = 39.05%
G = 43.29%
B = 17.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DDF564 (or 0xDDF564) is known color: Mindaro. HEX triplet: DD, F5 and 64. RGB value is (221,245,100). Sum of RGB (Red+Green+Blue) = 221+245+100=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF564 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF564 is #220A9B. Grayscale: #DDDDDD. Windows color (decimal): -2230940 or 6616541. OLE color: 6616541.

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

Color convert

RGB 221 245 100 -
CMYK 0.10 0 0.59 0.04
HSL 69.93º 0.88% 0.68% -
HSV(B) 69.93º 0.59% 0.96% -
XYZ 64.77 81.6 24.39 -
YUV 221.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 221 245 100 0.10 0 0.59 0.04 69.93 0.88 0.68
Hex DD F5 64 A 0 3B 4 46 58 44
Octal 335 365 144 12 0 73 4 106 130 104
Binary 11011101 11110101 1100100 1010 0 111011 100 1000110 1011000 1000100

Color Harmonies of #DDF564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF564

Black with #DDF564

Text Example


Text Example

White with #DDF564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF564; }

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

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

background-color css

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

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

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

border-color css

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

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

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