Html Css Color HEX #DBF282 Mindaro

📋 copy color: '#DBF282'

red 219 ◦ green 242 ◦ blue 130

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

Shades of Mindaro #DBF282

Tints of Mindaro #DBF282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22%

R = 37.06%
G = 40.95%
B = 22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DBF282 (or 0xDBF282) is known color: Mindaro. HEX triplet: DB, F2 and 82. RGB value is (219,242,130). Sum of RGB (Red+Green+Blue) = 219+242+130=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF282 is #240D7D. Grayscale: #DEDEDE. Windows color (decimal): -2362750 or 8581851. OLE color: 8581851.

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

Color convert

RGB 219 242 130 -
CMYK 0.10 0 0.46 0.05
HSL 72.32º 0.81% 0.73% -
HSV(B) 72.32º 0.46% 0.95% -
XYZ 64.99 80.18 33.17 -
YUV 222.36 75.88 125.61 -
System Red Green Blue C M Y K H S L
Decimal 219 242 130 0.10 0 0.46 0.05 72.32 0.81 0.73
Hex DB F2 82 A 0 2E 5 48 51 49
Octal 333 362 202 12 0 56 5 110 121 111
Binary 11011011 11110010 10000010 1010 0 101110 101 1001000 1010001 1001001

Color Harmonies of #DBF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF282

Black with #DBF282

Text Example


Text Example

White with #DBF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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