Html Css Color HEX #DDF168 Mindaro

📋 copy color: '#DDF168'

red 221 ◦ green 241 ◦ blue 104

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

Shades of Mindaro #DDF168

Tints of Mindaro #DDF168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.37%

R = 39.05%
G = 42.58%
B = 18.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DDF168 (or 0xDDF168) is known color: Mindaro. HEX triplet: DD, F1 and 68. RGB value is (221,241,104). Sum of RGB (Red+Green+Blue) = 221+241+104=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF168 is #220E97. Grayscale: #DBDBDB. Windows color (decimal): -2231960 or 6877661. OLE color: 6877661.

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

Color convert

RGB 221 241 104 -
CMYK 0.08 0 0.57 0.05
HSL 68.76º 0.83% 0.68% -
HSV(B) 68.76º 0.57% 0.95% -
XYZ 63.77 79.28 25.04 -
YUV 219.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 221 241 104 0.08 0 0.57 0.05 68.76 0.83 0.68
Hex DD F1 68 8 0 39 5 45 53 44
Octal 335 361 150 10 0 71 5 105 123 104
Binary 11011101 11110001 1101000 1000 0 111001 101 1000101 1010011 1000100

Color Harmonies of #DDF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF168

Black with #DDF168

Text Example


Text Example

White with #DDF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF168; }

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

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

background-color css

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

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

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

border-color css

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

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

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