Html Css Color HEX #DBE96A Mindaro

📋 copy color: '#DBE96A'

red 219 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #DBE96A

Tints of Mindaro #DBE96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19%

R = 39.25%
G = 41.76%
B = 19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DBE96A (or 0xDBE96A) is known color: Mindaro. HEX triplet: DB, E9 and 6A. RGB value is (219,233,106). Sum of RGB (Red+Green+Blue) = 219+233+106=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE96A is #241695. Grayscale: #D6D6D6. Windows color (decimal): -2365078 or 7006683. OLE color: 7006683.

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

Color convert

RGB 219 233 106 -
CMYK 0.06 0 0.55 0.09
HSL 66.61º 0.74% 0.66% -
HSV(B) 66.61º 0.55% 0.91% -
XYZ 60.95 74.38 24.78 -
YUV 214.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 219 233 106 0.06 0 0.55 0.09 66.61 0.74 0.66
Hex DB E9 6A 6 0 37 9 43 4A 42
Octal 333 351 152 6 0 67 11 103 112 102
Binary 11011011 11101001 1101010 110 0 110111 1001 1000011 1001010 1000010

Color Harmonies of #DBE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE96A

Black with #DBE96A

Text Example


Text Example

White with #DBE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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