Html Css Color HEX #DDF17B Mindaro

📋 copy color: '#DDF17B'

red 221 ◦ green 241 ◦ blue 123

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

Shades of Mindaro #DDF17B

Tints of Mindaro #DDF17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.03%

R = 37.78%
G = 41.2%
B = 21.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DDF17B (or 0xDDF17B) is known color: Mindaro. HEX triplet: DD, F1 and 7B. RGB value is (221,241,123). Sum of RGB (Red+Green+Blue) = 221+241+123=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF17B is #220E84. Grayscale: #DEDEDE. Windows color (decimal): -2231941 or 8122845. OLE color: 8122845.

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

Color convert

RGB 221 241 123 -
CMYK 0.08 0 0.49 0.05
HSL 70.17º 0.81% 0.71% -
HSV(B) 70.17º 0.49% 0.95% -
XYZ 64.85 79.71 30.71 -
YUV 221.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 221 241 123 0.08 0 0.49 0.05 70.17 0.81 0.71
Hex DD F1 7B 8 0 31 5 46 51 47
Octal 335 361 173 10 0 61 5 106 121 107
Binary 11011101 11110001 1111011 1000 0 110001 101 1000110 1010001 1000111

Color Harmonies of #DDF17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF17B

Black with #DDF17B

Text Example


Text Example

White with #DDF17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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