Html Css Color HEX #DFFD80 Mindaro

📋 copy color: '#DFFD80'

red 223 ◦ green 253 ◦ blue 128

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

Shades of Mindaro #DFFD80

Tints of Mindaro #DFFD80

RGB

 RED value IS 223 (87.5% from 255) = 36.92%

 GREEN value IS 253 (99.22% from 255) = 41.89%

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

R = 36.92%
G = 41.89%
B = 21.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DFFD80 (or 0xDFFD80) is known color: Mindaro. HEX triplet: DF, FD and 80. RGB value is (223,253,128). Sum of RGB (Red+Green+Blue) = 223+253+128=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFD80 is #20027F. Grayscale: #E6E6E6. Windows color (decimal): -2097792 or 8453599. OLE color: 8453599.

HSL color Cylindrical-coordinate representation of color #DFFD80: hue angle of 74.4º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFFD80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 253 128 -
CMYK 0.12 0 0.49 0.01
HSL 74.4º 0.97% 0.75% -
HSV(B) 74.4º 0.49% 0.99% -
XYZ 69.45 87.5 33.65 -
YUV 229.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 223 253 128 0.12 0 0.49 0.01 74.4 0.97 0.75
Hex DF FD 80 C 0 31 1 4A 61 4B
Octal 337 375 200 14 0 61 1 112 141 113
Binary 11011111 11111101 10000000 1100 0 110001 1 1001010 1100001 1001011

Color Harmonies of #DFFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFD80

Black with #DFFD80

Text Example


Text Example

White with #DFFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFD80; }

 p { color: rgb(223,253,128); }

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

background-color css

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

 a { background-color: rgb(223,253,128); }

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

border-color css

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

 span { border-color: rgb(223,253,128); }

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