Html Css Color HEX #DBF982 Mindaro

📋 copy color: '#DBF982'

red 219 ◦ green 249 ◦ blue 130

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

Shades of Mindaro #DBF982

Tints of Mindaro #DBF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

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

R = 36.62%
G = 41.64%
B = 21.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DBF982 (or 0xDBF982) is known color: Mindaro. HEX triplet: DB, F9 and 82. RGB value is (219,249,130). Sum of RGB (Red+Green+Blue) = 219+249+130=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF982 is #24067D. Grayscale: #E2E2E2. Windows color (decimal): -2360958 or 8583643. OLE color: 8583643.

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

Color convert

RGB 219 249 130 -
CMYK 0.12 0 0.48 0.02
HSL 75.13º 0.91% 0.74% -
HSV(B) 75.13º 0.48% 0.98% -
XYZ 67.12 84.42 33.88 -
YUV 226.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 219 249 130 0.12 0 0.48 0.02 75.13 0.91 0.74
Hex DB F9 82 C 0 30 2 4B 5B 4A
Octal 333 371 202 14 0 60 2 113 133 112
Binary 11011011 11111001 10000010 1100 0 110000 10 1001011 1011011 1001010

Color Harmonies of #DBF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF982

Black with #DBF982

Text Example


Text Example

White with #DBF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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