Html Css Color HEX #DBFB80 Mindaro

📋 copy color: '#DBFB80'

red 219 ◦ green 251 ◦ blue 128

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

Shades of Mindaro #DBFB80

Tints of Mindaro #DBFB80

RGB

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

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

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

R = 36.62%
G = 41.97%
B = 21.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DBFB80 (or 0xDBFB80) is known color: Mindaro. HEX triplet: DB, FB and 80. RGB value is (219,251,128). Sum of RGB (Red+Green+Blue) = 219+251+128=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB80 is #24047F. Grayscale: #E3E3E3. Windows color (decimal): -2360448 or 8453083. OLE color: 8453083.

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

Color convert

RGB 219 251 128 -
CMYK 0.13 0 0.49 0.02
HSL 75.61º 0.94% 0.74% -
HSV(B) 75.61º 0.49% 0.98% -
XYZ 67.61 85.61 33.38 -
YUV 227.41 71.9 122 -
System Red Green Blue C M Y K H S L
Decimal 219 251 128 0.13 0 0.49 0.02 75.61 0.94 0.74
Hex DB FB 80 D 0 31 2 4C 5E 4A
Octal 333 373 200 15 0 61 2 114 136 112
Binary 11011011 11111011 10000000 1101 0 110001 10 1001100 1011110 1001010

Color Harmonies of #DBFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB80

Black with #DBFB80

Text Example


Text Example

White with #DBFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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