Html Css Color HEX #DBEB76 Mindaro

📋 copy color: '#DBEB76'

red 219 ◦ green 235 ◦ blue 118

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

Shades of Mindaro #DBEB76

Tints of Mindaro #DBEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.08%

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

R = 38.29%
G = 41.08%
B = 20.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DBEB76 (or 0xDBEB76) is known color: Mindaro. HEX triplet: DB, EB and 76. RGB value is (219,235,118). Sum of RGB (Red+Green+Blue) = 219+235+118=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB76 is #241489. Grayscale: #D9D9D9. Windows color (decimal): -2364554 or 7793627. OLE color: 7793627.

HSL color Cylindrical-coordinate representation of color #DBEB76: hue angle of 68.21º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEB76 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 118 -
CMYK 0.07 0 0.50 0.08
HSL 68.21º 0.75% 0.69% -
HSV(B) 68.21º 0.5% 0.92% -
XYZ 62.19 75.78 28.49 -
YUV 216.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 219 235 118 0.07 0 0.50 0.08 68.21 0.75 0.69
Hex DB EB 76 7 0 32 8 44 4B 45
Octal 333 353 166 7 0 62 10 104 113 105
Binary 11011011 11101011 1110110 111 0 110010 1000 1000100 1001011 1000101

Color Harmonies of #DBEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB76

Black with #DBEB76

Text Example


Text Example

White with #DBEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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