Html Css Color HEX #DBF882 Mindaro

📋 copy color: '#DBF882'

red 219 ◦ green 248 ◦ blue 130

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

Shades of Mindaro #DBF882

Tints of Mindaro #DBF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.54%

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

R = 36.68%
G = 41.54%
B = 21.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DBF882 (or 0xDBF882) is known color: Mindaro. HEX triplet: DB, F8 and 82. RGB value is (219,248,130). Sum of RGB (Red+Green+Blue) = 219+248+130=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF882 is #24077D. Grayscale: #E2E2E2. Windows color (decimal): -2361214 or 8583387. OLE color: 8583387.

HSL color Cylindrical-coordinate representation of color #DBF882: hue angle of 74.75º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF882 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 130 -
CMYK 0.12 0 0.48 0.03
HSL 74.75º 0.89% 0.74% -
HSV(B) 74.75º 0.48% 0.97% -
XYZ 66.81 83.81 33.77 -
YUV 225.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 219 248 130 0.12 0 0.48 0.03 74.75 0.89 0.74
Hex DB F8 82 C 0 30 3 4B 59 4A
Octal 333 370 202 14 0 60 3 113 131 112
Binary 11011011 11111000 10000010 1100 0 110000 11 1001011 1011001 1001010

Color Harmonies of #DBF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF882

Black with #DBF882

Text Example


Text Example

White with #DBF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF882; }

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

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

background-color css

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

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

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

border-color css

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

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

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