Html Css Color HEX #DBEB74 Mindaro

📋 copy color: '#DBEB74'

red 219 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #DBEB74

Tints of Mindaro #DBEB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.35%

R = 38.42%
G = 41.23%
B = 20.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DBEB74 (or 0xDBEB74) is known color: Mindaro. HEX triplet: DB, EB and 74. RGB value is (219,235,116). Sum of RGB (Red+Green+Blue) = 219+235+116=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB74 is #24148B. Grayscale: #D9D9D9. Windows color (decimal): -2364556 or 7662555. OLE color: 7662555.

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

Color convert

RGB 219 235 116 -
CMYK 0.07 0 0.51 0.08
HSL 68.07º 0.75% 0.69% -
HSV(B) 68.07º 0.51% 0.92% -
XYZ 62.07 75.74 27.87 -
YUV 216.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 219 235 116 0.07 0 0.51 0.08 68.07 0.75 0.69
Hex DB EB 74 7 0 33 8 44 4B 45
Octal 333 353 164 7 0 63 10 104 113 105
Binary 11011011 11101011 1110100 111 0 110011 1000 1000100 1001011 1000101

Color Harmonies of #DBEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB74

Black with #DBEB74

Text Example


Text Example

White with #DBEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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