Html Css Color HEX #DDF163 Mindaro

📋 copy color: '#DDF163'

red 221 ◦ green 241 ◦ blue 99

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

Shades of Mindaro #DDF163

Tints of Mindaro #DDF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 99 (39.06% from 255) = 17.65%

R = 39.39%
G = 42.96%
B = 17.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DDF163 (or 0xDDF163) is known color: Mindaro. HEX triplet: DD, F1 and 63. RGB value is (221,241,99). Sum of RGB (Red+Green+Blue) = 221+241+99=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF163 is #220E9C. Grayscale: #DBDBDB. Windows color (decimal): -2231965 or 6549981. OLE color: 6549981.

HSL color Cylindrical-coordinate representation of color #DDF163: hue angle of 68.45º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF163 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 99 -
CMYK 0.08 0 0.59 0.05
HSL 68.45º 0.84% 0.67% -
HSV(B) 68.45º 0.59% 0.95% -
XYZ 63.53 79.18 23.74 -
YUV 218.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 221 241 99 0.08 0 0.59 0.05 68.45 0.84 0.67
Hex DD F1 63 8 0 3B 5 44 54 43
Octal 335 361 143 10 0 73 5 104 124 103
Binary 11011101 11110001 1100011 1000 0 111011 101 1000100 1010100 1000011

Color Harmonies of #DDF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF163

Black with #DDF163

Text Example


Text Example

White with #DDF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF163; }

 p { color: rgb(221,241,99); }

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

background-color css

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

 a { background-color: rgb(221,241,99); }

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

border-color css

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

 span { border-color: rgb(221,241,99); }

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