Html Css Color HEX #DDFB80 Mindaro

📋 copy color: '#DDFB80'

red 221 ◦ green 251 ◦ blue 128

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

Shades of Mindaro #DDFB80

Tints of Mindaro #DDFB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.83%

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

R = 36.83%
G = 41.83%
B = 21.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DDFB80 (or 0xDDFB80) is known color: Mindaro. HEX triplet: DD, FB and 80. RGB value is (221,251,128). Sum of RGB (Red+Green+Blue) = 221+251+128=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB80 is #22047F. Grayscale: #E4E4E4. Windows color (decimal): -2229376 or 8453085. OLE color: 8453085.

HSL color Cylindrical-coordinate representation of color #DDFB80: hue angle of 74.63º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFB80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 128 -
CMYK 0.12 0 0.49 0.02
HSL 74.63º 0.94% 0.74% -
HSV(B) 74.63º 0.49% 0.98% -
XYZ 68.21 85.93 33.41 -
YUV 228.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 221 251 128 0.12 0 0.49 0.02 74.63 0.94 0.74
Hex DD FB 80 C 0 31 2 4B 5E 4A
Octal 335 373 200 14 0 61 2 113 136 112
Binary 11011101 11111011 10000000 1100 0 110001 10 1001011 1011110 1001010

Color Harmonies of #DDFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB80

Black with #DDFB80

Text Example


Text Example

White with #DDFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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