Html Css Color HEX #DFFC80 Mindaro

📋 copy color: '#DFFC80'

red 223 ◦ green 252 ◦ blue 128

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

Shades of Mindaro #DFFC80

Tints of Mindaro #DFFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.79%

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

R = 36.98%
G = 41.79%
B = 21.23%

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

#DFFC80 (or 0xDFFC80) is known color: Mindaro. HEX triplet: DF, FC and 80. RGB value is (223,252,128). Sum of RGB (Red+Green+Blue) = 223+252+128=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC80 is #20037F. Grayscale: #E5E5E5. Windows color (decimal): -2098048 or 8453343. OLE color: 8453343.

HSL color Cylindrical-coordinate representation of color #DFFC80: hue angle of 74.03º degrees, saturation: 0.95, 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 #DFFC80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 252 128 -
CMYK 0.12 0 0.49 0.01
HSL 74.03º 0.95% 0.75% -
HSV(B) 74.03º 0.49% 0.99% -
XYZ 69.14 86.87 33.55 -
YUV 229.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 223 252 128 0.12 0 0.49 0.01 74.03 0.95 0.75
Hex DF FC 80 C 0 31 1 4A 5F 4B
Octal 337 374 200 14 0 61 1 112 137 113
Binary 11011111 11111100 10000000 1100 0 110001 1 1001010 1011111 1001011

Color Harmonies of #DFFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC80

Black with #DFFC80

Text Example


Text Example

White with #DFFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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