Html Css Color HEX #DBFD80 Mindaro

📋 copy color: '#DBFD80'

red 219 ◦ green 253 ◦ blue 128

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

Shades of Mindaro #DBFD80

Tints of Mindaro #DBFD80

RGB

 RED value IS 219 (85.94% from 255) = 36.5%

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

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

R = 36.5%
G = 42.17%
B = 21.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DBFD80 (or 0xDBFD80) is known color: Mindaro. HEX triplet: DB, FD and 80. RGB value is (219,253,128). Sum of RGB (Red+Green+Blue) = 219+253+128=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD80 is #24027F. Grayscale: #E5E5E5. Windows color (decimal): -2359936 or 8453595. OLE color: 8453595.

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

Color convert

RGB 219 253 128 -
CMYK 0.13 0 0.49 0.01
HSL 76.32º 0.97% 0.75% -
HSV(B) 76.32º 0.49% 0.99% -
XYZ 68.23 86.87 33.59 -
YUV 228.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 219 253 128 0.13 0 0.49 0.01 76.32 0.97 0.75
Hex DB FD 80 D 0 31 1 4C 61 4B
Octal 333 375 200 15 0 61 1 114 141 113
Binary 11011011 11111101 10000000 1101 0 110001 1 1001100 1100001 1001011

Color Harmonies of #DBFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD80

Black with #DBFD80

Text Example


Text Example

White with #DBFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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