Html Css Color HEX #DDF381 Mindaro

📋 copy color: '#DDF381'

red 221 ◦ green 243 ◦ blue 129

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

Shades of Mindaro #DDF381

Tints of Mindaro #DDF381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

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

R = 37.27%
G = 40.98%
B = 21.75%

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

#DDF381 (or 0xDDF381) is known color: Mindaro. HEX triplet: DD, F3 and 81. RGB value is (221,243,129). Sum of RGB (Red+Green+Blue) = 221+243+129=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF381 is #220C7E. Grayscale: #DFDFDF. Windows color (decimal): -2231423 or 8516573. OLE color: 8516573.

HSL color Cylindrical-coordinate representation of color #DDF381: hue angle of 71.58º degrees, saturation: 0.83, 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 #DDF381 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 129 -
CMYK 0.09 0 0.47 0.05
HSL 71.58º 0.83% 0.73% -
HSV(B) 71.58º 0.47% 0.95% -
XYZ 65.83 81.06 32.95 -
YUV 223.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 221 243 129 0.09 0 0.47 0.05 71.58 0.83 0.73
Hex DD F3 81 9 0 2F 5 48 53 49
Octal 335 363 201 11 0 57 5 110 123 111
Binary 11011101 11110011 10000001 1001 0 101111 101 1001000 1010011 1001001

Color Harmonies of #DDF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF381

Black with #DDF381

Text Example


Text Example

White with #DDF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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