Html Css Color HEX #DDF681 Mindaro

📋 copy color: '#DDF681'

red 221 ◦ green 246 ◦ blue 129

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

Shades of Mindaro #DDF681

Tints of Mindaro #DDF681

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.28%

 BLUE value IS 129 (50.78% from 255) = 21.64%

R = 37.08%
G = 41.28%
B = 21.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DDF681 (or 0xDDF681) is known color: Mindaro. HEX triplet: DD, F6 and 81. RGB value is (221,246,129). Sum of RGB (Red+Green+Blue) = 221+246+129=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF681 is #22097E. Grayscale: #E1E1E1. Windows color (decimal): -2230655 or 8517341. OLE color: 8517341.

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

Color convert

RGB 221 246 129 -
CMYK 0.10 0 0.48 0.04
HSL 72.82º 0.87% 0.74% -
HSV(B) 72.82º 0.48% 0.96% -
XYZ 66.74 82.87 33.25 -
YUV 225.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 221 246 129 0.10 0 0.48 0.04 72.82 0.87 0.74
Hex DD F6 81 A 0 30 4 49 57 4A
Octal 335 366 201 12 0 60 4 111 127 112
Binary 11011101 11110110 10000001 1010 0 110000 100 1001001 1010111 1001010

Color Harmonies of #DDF681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF681

Black with #DDF681

Text Example


Text Example

White with #DDF681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF681; }

 p { color: rgb(221,246,129); }

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

background-color css

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

 a { background-color: rgb(221,246,129); }

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

border-color css

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

 span { border-color: rgb(221,246,129); }

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