Html Css Color HEX #DBEB70 Mindaro

📋 copy color: '#DBEB70'

red 219 ◦ green 235 ◦ blue 112

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

Shades of Mindaro #DBEB70

Tints of Mindaro #DBEB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 38.69%
G = 41.52%
B = 19.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#DBEB70 (or 0xDBEB70) is known color: Mindaro. HEX triplet: DB, EB and 70. RGB value is (219,235,112). Sum of RGB (Red+Green+Blue) = 219+235+112=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB70 is #24148F. Grayscale: #D8D8D8. Windows color (decimal): -2364560 or 7400411. OLE color: 7400411.

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

Color convert

RGB 219 235 112 -
CMYK 0.07 0 0.52 0.08
HSL 67.8º 0.75% 0.68% -
HSV(B) 67.8º 0.52% 0.92% -
XYZ 61.85 75.65 26.67 -
YUV 216.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 219 235 112 0.07 0 0.52 0.08 67.8 0.75 0.68
Hex DB EB 70 7 0 34 8 44 4B 44
Octal 333 353 160 7 0 64 10 104 113 104
Binary 11011011 11101011 1110000 111 0 110100 1000 1000100 1001011 1000100

Color Harmonies of #DBEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB70

Black with #DBEB70

Text Example


Text Example

White with #DBEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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