Html Css Color HEX #DBF284 Mindaro

📋 copy color: '#DBF284'

red 219 ◦ green 242 ◦ blue 132

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

Shades of Mindaro #DBF284

Tints of Mindaro #DBF284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.26%

R = 36.93%
G = 40.81%
B = 22.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DBF284 (or 0xDBF284) is known color: Mindaro. HEX triplet: DB, F2 and 84. RGB value is (219,242,132). Sum of RGB (Red+Green+Blue) = 219+242+132=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF284 is #240D7B. Grayscale: #DFDFDF. Windows color (decimal): -2362748 or 8712923. OLE color: 8712923.

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

Color convert

RGB 219 242 132 -
CMYK 0.10 0 0.45 0.05
HSL 72.55º 0.81% 0.73% -
HSV(B) 72.55º 0.45% 0.95% -
XYZ 65.13 80.23 33.88 -
YUV 222.58 76.88 125.44 -
System Red Green Blue C M Y K H S L
Decimal 219 242 132 0.10 0 0.45 0.05 72.55 0.81 0.73
Hex DB F2 84 A 0 2D 5 49 51 49
Octal 333 362 204 12 0 55 5 111 121 111
Binary 11011011 11110010 10000100 1010 0 101101 101 1001001 1010001 1001001

Color Harmonies of #DBF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF284

Black with #DBF284

Text Example


Text Example

White with #DBF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF284; }

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

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

background-color css

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

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

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

border-color css

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

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

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