Html Css Color HEX #DBF780 Mindaro

📋 copy color: '#DBF780'

red 219 ◦ green 247 ◦ blue 128

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

Shades of Mindaro #DBF780

Tints of Mindaro #DBF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.58%

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

R = 36.87%
G = 41.58%
B = 21.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DBF780 (or 0xDBF780) is known color: Mindaro. HEX triplet: DB, F7 and 80. RGB value is (219,247,128). Sum of RGB (Red+Green+Blue) = 219+247+128=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF780 is #24087F. Grayscale: #E1E1E1. Windows color (decimal): -2361472 or 8452059. OLE color: 8452059.

HSL color Cylindrical-coordinate representation of color #DBF780: hue angle of 74.12º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF780 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 128 -
CMYK 0.11 0 0.48 0.03
HSL 74.12º 0.88% 0.74% -
HSV(B) 74.12º 0.48% 0.97% -
XYZ 66.37 83.14 32.97 -
YUV 225.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 219 247 128 0.11 0 0.48 0.03 74.12 0.88 0.74
Hex DB F7 80 B 0 30 3 4A 58 4A
Octal 333 367 200 13 0 60 3 112 130 112
Binary 11011011 11110111 10000000 1011 0 110000 11 1001010 1011000 1001010

Color Harmonies of #DBF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF780

Black with #DBF780

Text Example


Text Example

White with #DBF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF780; }

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

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

background-color css

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

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

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

border-color css

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

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

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