Html Css Color HEX #DBEB61 Mindaro

📋 copy color: '#DBEB61'

red 219 ◦ green 235 ◦ blue 97

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

Shades of Mindaro #DBEB61

Tints of Mindaro #DBEB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.6%

R = 39.75%
G = 42.65%
B = 17.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#DBEB61 (or 0xDBEB61) is known color: Mindaro. HEX triplet: DB, EB and 61. RGB value is (219,235,97). Sum of RGB (Red+Green+Blue) = 219+235+97=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB61 is #24149E. Grayscale: #D7D7D7. Windows color (decimal): -2364575 or 6417371. OLE color: 6417371.

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

Color convert

RGB 219 235 97 -
CMYK 0.07 0 0.59 0.08
HSL 66.96º 0.78% 0.65% -
HSV(B) 66.96º 0.59% 0.92% -
XYZ 61.08 75.34 22.63 -
YUV 214.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 219 235 97 0.07 0 0.59 0.08 66.96 0.78 0.65
Hex DB EB 61 7 0 3B 8 43 4E 41
Octal 333 353 141 7 0 73 10 103 116 101
Binary 11011011 11101011 1100001 111 0 111011 1000 1000011 1001110 1000001

Color Harmonies of #DBEB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB61

Black with #DBEB61

Text Example


Text Example

White with #DBEB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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