Html Css Color HEX #DDF565 Mindaro

📋 copy color: '#DDF565'

red 221 ◦ green 245 ◦ blue 101

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

Shades of Mindaro #DDF565

Tints of Mindaro #DDF565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.81%

R = 38.98%
G = 43.21%
B = 17.81%

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

#DDF565 (or 0xDDF565) is known color: Mindaro. HEX triplet: DD, F5 and 65. RGB value is (221,245,101). Sum of RGB (Red+Green+Blue) = 221+245+101=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF565 is #220A9A. Grayscale: #DDDDDD. Windows color (decimal): -2230939 or 6682077. OLE color: 6682077.

HSL color Cylindrical-coordinate representation of color #DDF565: hue angle of 70º 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 #DDF565 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 101 -
CMYK 0.10 0 0.59 0.04
HSL 70º 0.88% 0.68% -
HSV(B) 70º 0.59% 0.96% -
XYZ 64.82 81.62 24.65 -
YUV 221.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 221 245 101 0.10 0 0.59 0.04 70 0.88 0.68
Hex DD F5 65 A 0 3B 4 46 58 44
Octal 335 365 145 12 0 73 4 106 130 104
Binary 11011101 11110101 1100101 1010 0 111011 100 1000110 1011000 1000100

Color Harmonies of #DDF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF565

Black with #DDF565

Text Example


Text Example

White with #DDF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF565; }

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

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

background-color css

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

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

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

border-color css

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

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

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