Html Css Color HEX #DDF380 Mindaro

📋 copy color: '#DDF380'

red 221 ◦ green 243 ◦ blue 128

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

Shades of Mindaro #DDF380

Tints of Mindaro #DDF380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.62%

R = 37.33%
G = 41.05%
B = 21.62%

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

#DDF380 (or 0xDDF380) is known color: Mindaro. HEX triplet: DD, F3 and 80. RGB value is (221,243,128). Sum of RGB (Red+Green+Blue) = 221+243+128=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF380 is #220C7F. Grayscale: #DFDFDF. Windows color (decimal): -2231424 or 8451037. OLE color: 8451037.

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

Color convert

RGB 221 243 128 -
CMYK 0.09 0 0.47 0.05
HSL 71.48º 0.83% 0.73% -
HSV(B) 71.48º 0.47% 0.95% -
XYZ 65.77 81.03 32.6 -
YUV 223.31 74.21 126.35 -
System Red Green Blue C M Y K H S L
Decimal 221 243 128 0.09 0 0.47 0.05 71.48 0.83 0.73
Hex DD F3 80 9 0 2F 5 47 53 49
Octal 335 363 200 11 0 57 5 107 123 111
Binary 11011101 11110011 10000000 1001 0 101111 101 1000111 1010011 1001001

Color Harmonies of #DDF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF380

Black with #DDF380

Text Example


Text Example

White with #DDF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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