Html Css Color HEX #DBFB76 Mindaro

📋 copy color: '#DBFB76'

red 219 ◦ green 251 ◦ blue 118

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

Shades of Mindaro #DBFB76

Tints of Mindaro #DBFB76

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.69%

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

R = 37.24%
G = 42.69%
B = 20.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DBFB76 (or 0xDBFB76) is known color: Mindaro. HEX triplet: DB, FB and 76. RGB value is (219,251,118). Sum of RGB (Red+Green+Blue) = 219+251+118=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB76 is #240489. Grayscale: #E2E2E2. Windows color (decimal): -2360458 or 7797723. OLE color: 7797723.

HSL color Cylindrical-coordinate representation of color #DBFB76: hue angle of 74.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFB76 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 118 -
CMYK 0.13 0 0.53 0.02
HSL 74.44º 0.94% 0.72% -
HSV(B) 74.44º 0.53% 0.98% -
XYZ 66.98 85.36 30.09 -
YUV 226.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 219 251 118 0.13 0 0.53 0.02 74.44 0.94 0.72
Hex DB FB 76 D 0 35 2 4A 5E 48
Octal 333 373 166 15 0 65 2 112 136 110
Binary 11011011 11111011 1110110 1101 0 110101 10 1001010 1011110 1001000

Color Harmonies of #DBFB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB76

Black with #DBFB76

Text Example


Text Example

White with #DBFB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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