Html Css Color HEX #DBF082 Mindaro

📋 copy color: '#DBF082'

red 219 ◦ green 240 ◦ blue 130

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

Shades of Mindaro #DBF082

Tints of Mindaro #DBF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 37.18%
G = 40.75%
B = 22.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#DBF082 (or 0xDBF082) is known color: Mindaro. HEX triplet: DB, F0 and 82. RGB value is (219,240,130). Sum of RGB (Red+Green+Blue) = 219+240+130=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF082 is #240F7D. Grayscale: #DDDDDD. Windows color (decimal): -2363262 or 8581339. OLE color: 8581339.

HSL color Cylindrical-coordinate representation of color #DBF082: hue angle of 71.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF082 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 130 -
CMYK 0.09 0 0.46 0.06
HSL 71.45º 0.79% 0.73% -
HSV(B) 71.45º 0.46% 0.94% -
XYZ 64.4 78.99 32.97 -
YUV 221.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 219 240 130 0.09 0 0.46 0.06 71.45 0.79 0.73
Hex DB F0 82 9 0 2E 6 47 4F 49
Octal 333 360 202 11 0 56 6 107 117 111
Binary 11011011 11110000 10000010 1001 0 101110 110 1000111 1001111 1001001

Color Harmonies of #DBF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF082

Black with #DBF082

Text Example


Text Example

White with #DBF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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