Html Css Color HEX #DBF280 Mindaro

📋 copy color: '#DBF280'

red 219 ◦ green 242 ◦ blue 128

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

Shades of Mindaro #DBF280

Tints of Mindaro #DBF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

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

R = 37.18%
G = 41.09%
B = 21.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DBF280 (or 0xDBF280) is known color: Mindaro. HEX triplet: DB, F2 and 80. RGB value is (219,242,128). Sum of RGB (Red+Green+Blue) = 219+242+128=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF280 is #240D7F. Grayscale: #DEDEDE. Windows color (decimal): -2362752 or 8450779. OLE color: 8450779.

HSL color Cylindrical-coordinate representation of color #DBF280: hue angle of 72.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF280 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 128 -
CMYK 0.10 0 0.47 0.05
HSL 72.11º 0.81% 0.73% -
HSV(B) 72.11º 0.47% 0.95% -
XYZ 64.86 80.12 32.47 -
YUV 222.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 219 242 128 0.10 0 0.47 0.05 72.11 0.81 0.73
Hex DB F2 80 A 0 2F 5 48 51 49
Octal 333 362 200 12 0 57 5 110 121 111
Binary 11011011 11110010 10000000 1010 0 101111 101 1001000 1010001 1001001

Color Harmonies of #DBF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF280

Black with #DBF280

Text Example


Text Example

White with #DBF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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