Html Css Color HEX #DBEB82 Mindaro

📋 copy color: '#DBEB82'

red 219 ◦ green 235 ◦ blue 130

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

Shades of Mindaro #DBEB82

Tints of Mindaro #DBEB82

RGB

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

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

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

R = 37.5%
G = 40.24%
B = 22.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DBEB82 (or 0xDBEB82) is known color: Mindaro. HEX triplet: DB, EB and 82. RGB value is (219,235,130). Sum of RGB (Red+Green+Blue) = 219+235+130=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB82 is #24147D. Grayscale: #DADADA. Windows color (decimal): -2364542 or 8580059. OLE color: 8580059.

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

Color convert

RGB 219 235 130 -
CMYK 0.07 0 0.45 0.08
HSL 69.14º 0.72% 0.72% -
HSV(B) 69.14º 0.45% 0.92% -
XYZ 62.95 76.09 32.49 -
YUV 218.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 219 235 130 0.07 0 0.45 0.08 69.14 0.72 0.72
Hex DB EB 82 7 0 2D 8 45 48 48
Octal 333 353 202 7 0 55 10 105 110 110
Binary 11011011 11101011 10000010 111 0 101101 1000 1000101 1001000 1001000

Color Harmonies of #DBEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB82

Black with #DBEB82

Text Example


Text Example

White with #DBEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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