Html Css Color HEX #DBF076 Mindaro

📋 copy color: '#DBF076'

red 219 ◦ green 240 ◦ blue 118

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

Shades of Mindaro #DBF076

Tints of Mindaro #DBF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.45%

R = 37.95%
G = 41.59%
B = 20.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DBF076 (or 0xDBF076) is known color: Mindaro. HEX triplet: DB, F0 and 76. RGB value is (219,240,118). Sum of RGB (Red+Green+Blue) = 219+240+118=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF076 is #240F89. Grayscale: #DCDCDC. Windows color (decimal): -2363274 or 7794907. OLE color: 7794907.

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

Color convert

RGB 219 240 118 -
CMYK 0.09 0 0.51 0.06
HSL 70.33º 0.8% 0.7% -
HSV(B) 70.33º 0.51% 0.94% -
XYZ 63.64 78.69 28.97 -
YUV 219.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 219 240 118 0.09 0 0.51 0.06 70.33 0.8 0.7
Hex DB F0 76 9 0 33 6 46 50 46
Octal 333 360 166 11 0 63 6 106 120 106
Binary 11011011 11110000 1110110 1001 0 110011 110 1000110 1010000 1000110

Color Harmonies of #DBF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF076

Black with #DBF076

Text Example


Text Example

White with #DBF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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