Html Css Color HEX #DFFB80 Mindaro

📋 copy color: '#DFFB80'

red 223 ◦ green 251 ◦ blue 128

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

Shades of Mindaro #DFFB80

Tints of Mindaro #DFFB80

RGB

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

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

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

R = 37.04%
G = 41.69%
B = 21.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DFFB80 (or 0xDFFB80) is known color: Mindaro. HEX triplet: DF, FB and 80. RGB value is (223,251,128). Sum of RGB (Red+Green+Blue) = 223+251+128=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFB80 is #20047F. Grayscale: #E5E5E5. Windows color (decimal): -2098304 or 8453087. OLE color: 8453087.

HSL color Cylindrical-coordinate representation of color #DFFB80: hue angle of 73.66º 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 #DFFB80 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 251 128 -
CMYK 0.11 0 0.49 0.02
HSL 73.66º 0.94% 0.74% -
HSV(B) 73.66º 0.49% 0.98% -
XYZ 68.82 86.24 33.44 -
YUV 228.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 223 251 128 0.11 0 0.49 0.02 73.66 0.94 0.74
Hex DF FB 80 B 0 31 2 4A 5E 4A
Octal 337 373 200 13 0 61 2 112 136 112
Binary 11011111 11111011 10000000 1011 0 110001 10 1001010 1011110 1001010

Color Harmonies of #DFFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFB80

Black with #DFFB80

Text Example


Text Example

White with #DFFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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