Html Css Color HEX #DBEA6B Mindaro

📋 copy color: '#DBEA6B'

red 219 ◦ green 234 ◦ blue 107

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

Shades of Mindaro #DBEA6B

Tints of Mindaro #DBEA6B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 39.11%
G = 41.79%
B = 19.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DBEA6B (or 0xDBEA6B) is known color: Mindaro. HEX triplet: DB, EA and 6B. RGB value is (219,234,107). Sum of RGB (Red+Green+Blue) = 219+234+107=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA6B is #241594. Grayscale: #D7D7D7. Windows color (decimal): -2364821 or 7072475. OLE color: 7072475.

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

Color convert

RGB 219 234 107 -
CMYK 0.06 0 0.54 0.08
HSL 67.09º 0.75% 0.67% -
HSV(B) 67.09º 0.54% 0.92% -
XYZ 61.29 74.97 25.15 -
YUV 215.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 219 234 107 0.06 0 0.54 0.08 67.09 0.75 0.67
Hex DB EA 6B 6 0 36 8 43 4B 43
Octal 333 352 153 6 0 66 10 103 113 103
Binary 11011011 11101010 1101011 110 0 110110 1000 1000011 1001011 1000011

Color Harmonies of #DBEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA6B

Black with #DBEA6B

Text Example


Text Example

White with #DBEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA6B; }

 p { color: rgb(219,234,107); }

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

background-color css

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

 a { background-color: rgb(219,234,107); }

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

border-color css

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

 span { border-color: rgb(219,234,107); }

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