Html Css Color HEX #DBEC6C Mindaro

📋 copy color: '#DBEC6C'

red 219 ◦ green 236 ◦ blue 108

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

Shades of Mindaro #DBEC6C

Tints of Mindaro #DBEC6C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 108 (42.58% from 255) = 19.18%

R = 38.9%
G = 41.92%
B = 19.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DBEC6C (or 0xDBEC6C) is known color: Mindaro. HEX triplet: DB, EC and 6C. RGB value is (219,236,108). Sum of RGB (Red+Green+Blue) = 219+236+108=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC6C is #241393. Grayscale: #D8D8D8. Windows color (decimal): -2364308 or 7138523. OLE color: 7138523.

HSL color Cylindrical-coordinate representation of color #DBEC6C: hue angle of 67.97º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBEC6C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 108 -
CMYK 0.07 0 0.54 0.07
HSL 67.97º 0.77% 0.67% -
HSV(B) 67.97º 0.54% 0.93% -
XYZ 61.92 76.13 25.62 -
YUV 216.33 66.87 129.91 -
System Red Green Blue C M Y K H S L
Decimal 219 236 108 0.07 0 0.54 0.07 67.97 0.77 0.67
Hex DB EC 6C 7 0 36 7 44 4D 43
Octal 333 354 154 7 0 66 7 104 115 103
Binary 11011011 11101100 1101100 111 0 110110 111 1000100 1001101 1000011

Color Harmonies of #DBEC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC6C

Black with #DBEC6C

Text Example


Text Example

White with #DBEC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC6C; }

 p { color: rgb(219,236,108); }

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

background-color css

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

 a { background-color: rgb(219,236,108); }

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

border-color css

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

 span { border-color: rgb(219,236,108); }

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