Html Css Color HEX #DBE97B Mindaro

📋 copy color: '#DBE97B'

red 219 ◦ green 233 ◦ blue 123

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

Shades of Mindaro #DBE97B

Tints of Mindaro #DBE97B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.52%

 BLUE value IS 123 (48.44% from 255) = 21.39%

R = 38.09%
G = 40.52%
B = 21.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#DBE97B (or 0xDBE97B) is known color: Mindaro. HEX triplet: DB, E9 and 7B. RGB value is (219,233,123). Sum of RGB (Red+Green+Blue) = 219+233+123=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE97B is #241684. Grayscale: #D8D8D8. Windows color (decimal): -2365061 or 8120795. OLE color: 8120795.

HSL color Cylindrical-coordinate representation of color #DBE97B: hue angle of 67.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE97B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 123 -
CMYK 0.06 0 0.47 0.09
HSL 67.64º 0.71% 0.7% -
HSV(B) 67.64º 0.47% 0.91% -
XYZ 61.93 74.77 29.91 -
YUV 216.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 219 233 123 0.06 0 0.47 0.09 67.64 0.71 0.7
Hex DB E9 7B 6 0 2F 9 44 47 46
Octal 333 351 173 6 0 57 11 104 107 106
Binary 11011011 11101001 1111011 110 0 101111 1001 1000100 1000111 1000110

Color Harmonies of #DBE97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE97B

Black with #DBE97B

Text Example


Text Example

White with #DBE97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE97B; }

 p { color: rgb(219,233,123); }

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

background-color css

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

 a { background-color: rgb(219,233,123); }

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

border-color css

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

 span { border-color: rgb(219,233,123); }

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