Html Css Color HEX #DDF383 Mindaro

📋 copy color: '#DDF383'

red 221 ◦ green 243 ◦ blue 131

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

Shades of Mindaro #DDF383

Tints of Mindaro #DDF383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.02%

R = 37.14%
G = 40.84%
B = 22.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DDF383 (or 0xDDF383) is known color: Mindaro. HEX triplet: DD, F3 and 83. RGB value is (221,243,131). Sum of RGB (Red+Green+Blue) = 221+243+131=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF383 is #220C7C. Grayscale: #E0E0E0. Windows color (decimal): -2231421 or 8647645. OLE color: 8647645.

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

Color convert

RGB 221 243 131 -
CMYK 0.09 0 0.46 0.05
HSL 71.79º 0.82% 0.73% -
HSV(B) 71.79º 0.46% 0.95% -
XYZ 65.97 81.11 33.65 -
YUV 223.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 221 243 131 0.09 0 0.46 0.05 71.79 0.82 0.73
Hex DD F3 83 9 0 2E 5 48 52 49
Octal 335 363 203 11 0 56 5 110 122 111
Binary 11011101 11110011 10000011 1001 0 101110 101 1001000 1010010 1001001

Color Harmonies of #DDF383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF383

Black with #DDF383

Text Example


Text Example

White with #DDF383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF383; }

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

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

background-color css

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

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

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

border-color css

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

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

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