Html Css Color HEX #DBF980 Mindaro

📋 copy color: '#DBF980'

red 219 ◦ green 249 ◦ blue 128

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

Shades of Mindaro #DBF980

Tints of Mindaro #DBF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.78%

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

R = 36.74%
G = 41.78%
B = 21.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DBF980 (or 0xDBF980) is known color: Mindaro. HEX triplet: DB, F9 and 80. RGB value is (219,249,128). Sum of RGB (Red+Green+Blue) = 219+249+128=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF980 is #24067F. Grayscale: #E2E2E2. Windows color (decimal): -2360960 or 8452571. OLE color: 8452571.

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

Color convert

RGB 219 249 128 -
CMYK 0.12 0 0.49 0.02
HSL 74.88º 0.91% 0.74% -
HSV(B) 74.88º 0.49% 0.98% -
XYZ 66.99 84.37 33.18 -
YUV 226.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 219 249 128 0.12 0 0.49 0.02 74.88 0.91 0.74
Hex DB F9 80 C 0 31 2 4B 5B 4A
Octal 333 371 200 14 0 61 2 113 133 112
Binary 11011011 11111001 10000000 1100 0 110001 10 1001011 1011011 1001010

Color Harmonies of #DBF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF980

Black with #DBF980

Text Example


Text Example

White with #DBF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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