Html Css Color HEX #DBF182 Mindaro

📋 copy color: '#DBF182'

red 219 ◦ green 241 ◦ blue 130

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

Shades of Mindaro #DBF182

Tints of Mindaro #DBF182

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.85%

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

R = 37.12%
G = 40.85%
B = 22.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DBF182 (or 0xDBF182) is known color: Mindaro. HEX triplet: DB, F1 and 82. RGB value is (219,241,130). Sum of RGB (Red+Green+Blue) = 219+241+130=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF182 is #240E7D. Grayscale: #DEDEDE. Windows color (decimal): -2363006 or 8581595. OLE color: 8581595.

HSL color Cylindrical-coordinate representation of color #DBF182: hue angle of 71.89º degrees, saturation: 0.8, 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 #DBF182 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 130 -
CMYK 0.09 0 0.46 0.05
HSL 71.89º 0.8% 0.73% -
HSV(B) 71.89º 0.46% 0.95% -
XYZ 64.7 79.58 33.07 -
YUV 221.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 219 241 130 0.09 0 0.46 0.05 71.89 0.8 0.73
Hex DB F1 82 9 0 2E 5 48 50 49
Octal 333 361 202 11 0 56 5 110 120 111
Binary 11011011 11110001 10000010 1001 0 101110 101 1001000 1010000 1001001

Color Harmonies of #DBF182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF182

Black with #DBF182

Text Example


Text Example

White with #DBF182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF182; }

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

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

background-color css

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

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

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

border-color css

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

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

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