Html Css Color HEX #DDF281 Mindaro

📋 copy color: '#DDF281'

red 221 ◦ green 242 ◦ blue 129

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

Shades of Mindaro #DDF281

Tints of Mindaro #DDF281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.88%

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

R = 37.33%
G = 40.88%
B = 21.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DDF281 (or 0xDDF281) is known color: Mindaro. HEX triplet: DD, F2 and 81. RGB value is (221,242,129). Sum of RGB (Red+Green+Blue) = 221+242+129=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF281 is #220D7E. Grayscale: #DFDFDF. Windows color (decimal): -2231679 or 8516317. OLE color: 8516317.

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

Color convert

RGB 221 242 129 -
CMYK 0.09 0 0.47 0.05
HSL 71.15º 0.81% 0.73% -
HSV(B) 71.15º 0.47% 0.95% -
XYZ 65.53 80.46 32.85 -
YUV 222.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 221 242 129 0.09 0 0.47 0.05 71.15 0.81 0.73
Hex DD F2 81 9 0 2F 5 47 51 49
Octal 335 362 201 11 0 57 5 107 121 111
Binary 11011101 11110010 10000001 1001 0 101111 101 1000111 1010001 1001001

Color Harmonies of #DDF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF281

Black with #DDF281

Text Example


Text Example

White with #DDF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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