Html Css Color HEX #DBF981 Mindaro

📋 copy color: '#DBF981'

red 219 ◦ green 249 ◦ blue 129

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

Shades of Mindaro #DBF981

Tints of Mindaro #DBF981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.61%

R = 36.68%
G = 41.71%
B = 21.61%

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

#DBF981 (or 0xDBF981) is known color: Mindaro. HEX triplet: DB, F9 and 81. RGB value is (219,249,129). Sum of RGB (Red+Green+Blue) = 219+249+129=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF981 is #24067E. Grayscale: #E2E2E2. Windows color (decimal): -2360959 or 8518107. OLE color: 8518107.

HSL color Cylindrical-coordinate representation of color #DBF981: hue angle of 75º 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 #DBF981 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 129 -
CMYK 0.12 0 0.48 0.02
HSL 75º 0.91% 0.74% -
HSV(B) 75º 0.48% 0.98% -
XYZ 67.05 84.4 33.53 -
YUV 226.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 219 249 129 0.12 0 0.48 0.02 75 0.91 0.74
Hex DB F9 81 C 0 30 2 4B 5B 4A
Octal 333 371 201 14 0 60 2 113 133 112
Binary 11011011 11111001 10000001 1100 0 110000 10 1001011 1011011 1001010

Color Harmonies of #DBF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF981

Black with #DBF981

Text Example


Text Example

White with #DBF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF981; }

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

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

background-color css

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

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

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

border-color css

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

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

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